Discussion :: Functions - C++
-
What will be the output of the following program?
#include long GateFunction(int x, int y = 5, float z = 5) { return(++x * ++y + (int)++z); } int main() { cout20, 10); return 0; }
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment

Whatsapp
Facebook