What are the rules for naming an identifier?


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

Post New Answer

More C++ General Interview Questions

What is the use of lambda in c++?

0 Answers  


a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?

2 Answers   CTS,


Is c++ platform dependent?

0 Answers  


How do you allocate and deallocate memory in C++?

1 Answers  


What are the differences between a struct and a class in C++?

7 Answers   Amazon, Wipro,






What is iterator c++?

0 Answers  


Explain the benefits of proper inheritance.

0 Answers  


How do we balance an AVL Tree in C++?

0 Answers   Impetus,


Who discovered c++?

0 Answers  


What is the difference between a copy constructor and an overloaded assignment operator?

4 Answers   Belzabar, Citrix, Microsoft, Wipro,


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


Explain mutable storage class specifier.

0 Answers  


Categories