B
Q. Find the output of the following program
main(){ int a, b = 10; a = 95 / 10; cout << a << endl; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which type is best suited to represent the logical values?
Q. Which header file is used to pass an unlimited number of arguments to a function?
Q. Which concepts does the Pre Increment use?
Q. There is a unique function in C++ program by where all C++ programs start their execution
Q. Which of the following statements is correct when a class is inherited publicly?
Q. Which of the following is the most general exception handler that catches exception of any type?
Q. When a language has the capability to produce new data type mean, it can be called as …...
Discusssion
Login to discuss.