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

How does class accomplish data hiding in c++?

0 Answers  


Is facebook written in c++?

0 Answers  


What are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


Why do we use classes in c++?

0 Answers  


What is difference between shallow copy and deep copy? Which is default?

1 Answers  






what do you mean by memory management operators

4 Answers   HCL,


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


What is lvalue?

0 Answers  


What does std mean in c++?

0 Answers  


Do you know what are static and dynamic type checking?

0 Answers  


Do class method definitions?

0 Answers  


What is a local reference?

0 Answers  


Categories