Answer Posted / ramya.p
In c++, function can call through object except friend
function . But in c ,their is necessary
Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
Explain function overloading
What is prototype for that c string function?
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?
What is the oldest programming language?
Why do we learn c++?
Explain the volatile and mutable keywords.
What is virtual base class uses?
What is c++ namespace?
What is a float in c++?
Do class declarations end with a semicolon?
What is flush programming?
In what situations do you have to use initialization list rather than assignment in constructors?
Why do we use constructor?
What is a driver program?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?