1.

Output of following program?#include using namespace std;int fun(int=0, int = 0);int main(){ cout

A. Compiler Error
B. 5
C. 10
Answer» C. 10


Discussion

No Comment Found