What are the rules about using an underscore in a c++ identifier?


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

Post New Answer

More C++ General Interview Questions

What happens when the extern "c" char func (char*,waste) executes?

0 Answers  


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  


What is flush c++?

0 Answers  


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?

0 Answers  






write a programming using for loop in c++ to generate diamond trangel?

1 Answers   NIIT,


Why c++ is so important?

0 Answers  


When we use Abstract Class and when we use Interface?where we will implement in real time?

0 Answers  


What is the purpose of extern storage specifier?

0 Answers  


What are pointer-to-members? Explain.

0 Answers   iNautix,


How do you invoke a base member function from a derived class in which you’ve overridden that function?

0 Answers  


Explain the static member function.

0 Answers  


Categories