C++ Programming :: Functions - C++
-
What will be the output of the following program?
#include
-
Which of the following statement is correct about the program given below?
#include
-
What will be the output of the following program?
#include
-
What will be the output of the following program?
#include
#include -
What will be the output of the following program?
#include
-
What will be the output of the following program?
#include
-
What will be the output of the following program?
#include
-
What is correct about the following program?
#include
-
Which of the following statement is correct about the program given below?
#include
-
Which of the following statement is correct about the program given below?
#include
void FresherGate::GateFunction(char xx, char yy, char zz) { x = xx + yy + zz; y = float(xx * 2); cout" x = "
A.
The program will report compilation error. |
B.
The program will run successfully giving the output 66 65. |
C.
The program will run successfully giving the output 65 66. |
D.
The program will run successfully giving the output 66 65 65 131 196. |
E.
The program will produce the output 66 65 infinite number of times (or till stack memory overflow). |