U
Q. Which header file is used to pass unknown number of arguments to function?
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. The operator ‘<< ‘is called
Q. What should be the output of below program?
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x *= y);
Q. By default the members of the structure are
Q. Which header file is used to pass an unlimited number of arguments to a function?
Q. Identify the format string among the following.
Q. Identify the correct syntax for declaring arrays in C++.
Q. Which of the following statements is true about the following instruction?
Q. Which of the following is the correct way to define a function with a noexcept specifier in C++?
Discusssion
Login to discuss.