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
0
Answer:
a, b = 20
a = 90/b
Explanation:
seee you needed answer i gave you mark me brainliest
Answered by
0
Answer:
Dialogue instruction are used in the method
(A) Demonstration
(B) Lecture method
(C) Team teaching
(D) Question answer
Similar questions
Math,
2 months ago
Social Sciences,
4 months ago
English,
11 months ago
History,
11 months ago
Physics,
11 months ago