Computer Science, asked by deeptikothari5483, 4 months ago

29) Read the given C++ program carefully and choose the correct output
from the given options:

#include<iostream.h>
#include<conio.h>
void main()
{ clrscr();
int a, b = 20;
a = 90 /b;
cout<<a;
getch();
}

Answers

Answered by rawatsushma2007
0

Answer:

a, b = 20

a = 90/b

Explanation:

seee you needed answer i gave you mark me brainliest

Answered by Anonymous
0

Answer:

Dialogue instruction are used in the method

(A) Demonstration

(B) Lecture method

(C) Team teaching

(D) Question answer

Similar questions