Distinguish between a # include and #define.


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

Post New Answer

More C++ General Interview Questions

const char * char * const What is the differnce between the above two?

11 Answers   TCS,


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


What are the differences between public, private, and protected access?

12 Answers   IBM, Oracle, Wipro,


Explain the properties and principles of oop.

0 Answers  


Const char *p , char const *p What is the difference between the above two?

0 Answers   TCS,






What does override mean in c++?

0 Answers  


What is a parameterized type?

1 Answers  


If dog is a friend of boy, is boy a friend of dog?

0 Answers  


What does std mean in c++?

0 Answers  


Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


What operators can you overload in c++?

0 Answers  


sizeof - is it a function or operator?

6 Answers   Honeywell,


Categories