Computer Science, asked by yadunandanlohani, 2 months ago

#include<iostream.h>
#include<conio.h>
void main()
{
int a=5,6;
clrscr();
a++;
b=Q-
cout<<b;
getch();
}
What will be the output?
1. 6
2. 5​

Answers

Answered by nishantsharma50609
0

Explanation:

#include<conio.h>

void main()

{

int a=5,6;

clrscr();

a++;

b=Q-

cout<<b;

getch();

}

What will be the output?

1. 6

2. 5

Similar questions