How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?


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

Post New Answer

More C++ General Interview Questions

There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?

1 Answers   TCS,


What is difference c and c++?

1 Answers  


What is an adaptor class or wrapper class in c++?

0 Answers  


Which bitwise operator is used to check whether a particular bit is on or off?

0 Answers  


Can I learn c++ without knowing c?

0 Answers  






What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

0 Answers  


How can an improvement in the quality of software be done by try/catch/throw?

0 Answers  


Explain the scope of resolution operator.

0 Answers  


What is the difference between method overloading and method overriding in c++?

0 Answers  


Is it possible to have a recursive inline function in c++?

0 Answers  


What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

0 Answers  


What is virtual methods?

0 Answers  


Categories