Define macro.


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

Post New Answer

More C++ General Interview Questions

Do class declarations end with a semicolon?

0 Answers  


Differentiate between late binding and early binding.

0 Answers  


Explain how to initialize a const data member.

0 Answers  


what Is DCS ? what i will get benefit when i did?

0 Answers  


What is Pure Virtual Function? Why and when it is used ?

10 Answers   Lucent, Sona,


What is code reusability in c++?

0 Answers  


Why should we use null or zero in a program?

0 Answers  


Describe the advantage of an external iterator.

0 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


Can I make ios apps with c++?

0 Answers  


What is singleton pattern in c++?

0 Answers  


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


Categories