#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
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