Transcription: You can define an identifier in one file and then use it in another file by declaring it with the keyword, extern. In this example, the identifier A is defined in Program 1. It is declared extern in Program 2. Similarly, B is defined in Program 2 and declared extern in Program 1.