Teaching BPSC 4.0 बिहार उच्च माध्यमिक शिक्षक भर्ती (PGT) Mock Test Programming and Data Structure Programming in C
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