Answer Posted / kiran
yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is c++ code?
Describe protected access specifiers?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
Explain one-definition rule (odr).
What is the use of endl in c++?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
How do c++ struct differs from the c++ class?
Is string an object in c++?
How the endl and setw manipulator works?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What is Destructor in C++?
What are virtual functions in c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What's the "software peter principleā?