What is the full form of india?


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

Post New Answer

More C++ General Interview Questions

Can I have a reference as a data member of a class? If yes, then how do I initialise it?

0 Answers  


What is c++ iterator?

0 Answers  


What is an associative container in c++?

0 Answers  


What is the use of object in c++?

0 Answers  


What is the use of endl?

0 Answers  






What do you mean by enumerated data type?

0 Answers  


Is c++ the hardest programming language?

0 Answers  


What is the best c++ ide?

0 Answers  


Name some pure object oriented languages?

1 Answers  


What is polymorphism & list its types in c++?

0 Answers  


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 == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


Please explain the reference variable in c++?

0 Answers  


Categories