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

How is static data member similar to a global variable?

0 Answers  


Write a program to concatenate two strings.

0 Answers  


What is the difference between #import and #include?

0 Answers  


What is called array?

0 Answers  


Explain queue. How it can be implemented?

0 Answers  


What are associate containers?

0 Answers  


What are the vectors in c++?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


What is searching?

0 Answers  


Write is a binary search tree? Write an algo and tell complexity?

0 Answers   Axtria,


What are the different types of polymorphism in c++?

0 Answers  


Categories