engineering recuitment Beltron Programmer Mock Test 2024 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
Run time error