Transcription: As in ANSI C, you must declare an object in C++ before you can use it. In C++, declarations are placed anywhere in the program. In this program, three integers are defined, A, B and D. Their definitions are identical C definitions. Notice that D is declared in the middle of the main function.