Answer Posted / ravi
can't change untill recomile
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the best c++ ide?
what is pre-processor in C++?
What is c++ manipulator?
Do you know what are static and dynamic type checking?
Explain terminate() and unexpected() function?
Why can templates only be implemented in the header file?
Can you overload the operator+ for short integers?
What is a static member?
How much do c++ programmers make?
Write a program using display() function which takes two arguments.
Can we use pointers in c++?
What is data type in c++?
What is a tuple c++?
Explain deep copy and a shallow copy?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;