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 c++ mutable?

0 Answers  


What are the main features of c++?

0 Answers  


what is difference between static and non-static variables

10 Answers  


What is the difference between ++ count and count ++?

0 Answers  


Explain the uses oof nested class?

0 Answers  






What is the use of structure in c++?

0 Answers  


What is a constant reference?

0 Answers  


Can static member variables be private?

0 Answers  


Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


How many types of scopes are there in c++?

0 Answers  


without if else statement can be written ah

0 Answers  


What size is allocated to the union variable?

0 Answers  


Categories