P
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x - y);
The expression (x - y) evaluates to -10.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is size of void in bytes?
Q. Data types of the array include?
Q. To perfor file input / output operation in C++, we must include which header file ?
Q. Which of the following escape sequence represents tab?
Q. By default, all the files in C++ are opened in _________ mode.
Q. Procedure oriented Programs are called as
Q. Which function is used to write a single character to console in C++?
Q. Which of the following are member dereferencing operators in CPP? 1.* 2. :: 3. ->* 4. ::* 5. ->
Discusssion
Login to discuss.