What are enumerations?
No Answer is Posted For this Question
Be the First to Post Answer
What is ostream in c++?
Can a class be static in c++?
How is c++ used in the real world?
What are the advantages of prototyping?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is prototype in c++ with example?
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.
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What are C++ inline functions?
What is type of 'this' pointer? Explain when it is get created?
What will happen if a pointer is deleted twice?
Can malloc be used in c++?