R
Q. Output of the program?
#include<iostream> using namespace std; int fun(int x = 0, int y = 0, int z) { return (x + y + z); } int main() { cout << fun(10); 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. ‐‐‐‐‐‐ are the smallest or the atomic elements of a language.
Q. What are the actual parameters in C++?
Q. Which of the following is a valid destructor of the class name “Country”?
Q. What is the output of the following C++ program?
Q. The function contain in the ios class to set width
Q. How many minimum functions must be present in a C++ program to run it?
Q. Array containing elements are numbered as 0,1,2,3? these numbers are called
Q. Assigning one or more function body to the same name is called ____________.
Discusssion
Login to discuss.