What is the basic structure of a c++ program?
No Answer is Posted For this Question
Be the First to Post Answer
daily Routine of father
Can you Mention some Application of C/C++?
Difference between an inspector and a mutator
What is the use of seekg in c++?
What is the Difference between "vector" and "array"?
15 Answers Covansys, Gambit, TCS, Wipro,
Does improper inheritance have a potential to wreck a project?
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.
Discussion on error handling of C++ .
Write a program to reverse a linked list?
8 Answers Catalytic Software, Satyam,
What is the function of the keyword ‘volatile’ in C++?
Explain what are single and multiple inheritances in c++?
Can turbo c++ run c program?