What does #define mean in c++?


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

Post New Answer

More C++ General Interview Questions

How does list r; differs from list r();?

0 Answers  


What is vectorial capacity?

0 Answers  


What is the hardest coding language to learn?

0 Answers  


Is c better than c++?

0 Answers  


What it is and how it might be called (2 methods).

0 Answers  






Write about a nested class and mention its use?

0 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


Is c++ fully object oriented?

0 Answers  


Which operator cannot overload?

0 Answers  


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

1 Answers  


Why we use #include iostream in c++?

0 Answers  


What are the steps in the development cycle?

0 Answers  


Categories