0
1.9kviews
What will be the output of the following program?
| written 7.2 years ago by | • modified 4.5 years ago |
Program:
Void main(){
double x =28;
int r;
r = x % 5;
printf(ā\n r = %dā,r);
A] r =3
B] Run time error
C] Compile time error
D] None of these
ADD COMMENT
EDIT
1 Answer

and 2 others joined a min ago.