What is the difference between the compiler and the preprocessor?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How would you call C functions from C++ and vice versa?

0 Answers   Genpact,


Have you used MSVC? What do you think of it?

2 Answers   Google,


What are arithmetic operators?

0 Answers  


What are the three forms of cin.get() and what are their differences?

0 Answers  


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

0 Answers  


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

0 Answers  


If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?

0 Answers  


Why c++ is created?

0 Answers  


What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?

6 Answers   HCL, Integra, IPMC, ORG,


List out function which we can call without using object

1 Answers  


State the difference between delete and delete[].

0 Answers  


Why c++ does not have finally?

0 Answers  


Categories