B
Q. Find the output of the following program.
main(){ cout << -10 - 10 -10; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. In C++, a function contained within a class is called
Q. Which of the following is the correct syntax for a constructor in C++?
Q. When an object has many forms, it has ________
Q. What is used to write/display to the console in C++?
Q. What is the built in library function to compare two strings?
Q. The function contain in the class iomanip to fill characters in the un used space
Q. How many copies of a class static member are shared between objects of the class?
Discusssion
Login to discuss.