What is the right choice, if the following loop is implemented?
void main() { int num = 0; do{ --num; printf("%d", num); }while( ++num >= 0 ); }
A.A run time error will be generated.
B.The program will not enter into the loop.
C.There will be a compilation error reported.
D.The loop will run infinitely many times.
Answers
Answered by
0
D) is the answer mate
Answered by
0
The expression sizeof(arr) evaluates to the number of bytes contained in the array ... Which of the following are valid declarations for an array? .... 9. printf("%d %d",x,y); .... void ...
Similar questions
Business Studies,
7 months ago
Science,
7 months ago
Physics,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Biology,
1 year ago