What is the difference between a template and a macro?


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

Post New Answer

More C++ General Interview Questions

Explain the difference between realloc() and free() in c++?

0 Answers  


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

0 Answers  


How one would use switch in a program?

0 Answers  


Is java a c++?

0 Answers  


What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  






Mention the ways in which parameterized can be invoked.

0 Answers  


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

0 Answers  


What is difference between class and function?

0 Answers  


What is nested class in c++?

0 Answers  


Why is it necessary to use a reference in the argument to the copy constructor?

0 Answers  


Can create new c++ operators?

0 Answers  


Is there any difference between int [] a and int a [] in c++?

0 Answers  


Categories