How can you tell whether a program was compiled using C versus C++? Ans. The ANSI standard for the C language defines a symbol named __cplusplus that is defined only when you are compiling a C++ program. If you are compiling a C program, the __cplusplus symbol is undefined. Ther...
See more
Download the Study24x7 App, so you can connect and collaborate.