Computer Science, asked by kollimadhuri873, 10 months ago

ons
Q1
What will be the output of the following code?
1.
2.
3.
2.
4.
#include <iostream>
using namespace std;
void fun(int x, int y)
{
10;
y = 11;
}
int main()
5.
y
6.
3
7.
8.
9.
10.
11.
int y
12.
int x = 12;
10;
fun(x, y);
cout << ys
return 0;
1
13.
14.
6
15.
Ops: A.
0 10
В.
12.
011
D.
21​

Answers

Answered by kabitasingh300
0

Answer:

12+15................

Similar questions