R
Q. What is the output of below program?
int main() { if(-1 == -1){ cout<<"Hey.."; } else{ cout<<"mcqbuddy.com"; } return 0; }
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. By default, all the files in C++ are opened in _________ mode.
Q. Which of the following correctly describes the meaning of ‘namespace’ feature in C++?
Q. Which operations don’t throw anything?
Q. The c++ contains header file which is:
Q. Which of the following is not correct for virtual function in C++?
Q. An object in C++ is ________
Q. Which of the following gets called when an object goes out of scope?
Q. How many fundamental data types are there in C++?
Discusssion
Login to discuss.