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
Run time error

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation