What is the disadvantage of using a macro?


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

Post New Answer

More C++ General Interview Questions

Should the member functions which are made public in the base class be hidden?

0 Answers  


Which is better turbo c++ or dev c++?

0 Answers  


Is there a datatype string in c++?How is the memory allocation?

3 Answers  


What are the types of array in c++?

0 Answers  


What can c++ be used for?

0 Answers  






When do we run a shell in the unix system? How will you tell which shell you are running?

0 Answers  


What is prototype for that c string function?

0 Answers  


What is the purpose of templates in c++?

0 Answers  


Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  


What is scope resolution operator in c++ with example?

0 Answers  


Can constructor be private in c++?

0 Answers  


What is the object serialization?

0 Answers  


Categories