Advertisement
Advertisement
MCQ
Select the correct option from multiple choice question.
What will be the output of the following program?
Void main() {
Double x=28;
Int r;
r=x%5;
printf(“\n r=%d”,r);}
Options
r = 3
Run time Error
Compile time Error
None of the above
Advertisement
This question doesn't have a solution currently. Please check again in a few days.
Concept: Character Set in C-Programming
Is there an error in this question or solution?