What would be the output of the given program?

#include

using namespace std;

void fun1(int x)

{

cout<

}

int main()

{

//function calling

fun1(10,20);

return 0;

}

1
10
2
Compile time error 
3
10, 20
4
More than one of the above
5
None of the above

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation