Explain the difference between using macro and inline functions?


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

Post New Answer

More C++ General Interview Questions

Is there a sort function in c++?

0 Answers  


What are raw sockets, where they are efficient?

2 Answers   Symphony,


What is the difference between the functions memmove() and memcpy()?

0 Answers  


Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast

2 Answers   Quark,


Define vptr.

0 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


How does work in c++?

0 Answers  


what is data encapsulation in C++?

0 Answers  


Is swift a good first language?

0 Answers  


How do you generate a random number in c++?

0 Answers  


What's the most powerful programming language?

0 Answers  


Which is the best c++ compiler for beginners?

0 Answers  


Categories