Fill in the blanks to print the numbers O
through 5 using the do-while loop:
#include<stdio.h>
int main()
{
int c = 0;
(1)_
{
printf ("%d", c);
_(2)__++;
}
while (c <= 5) _(3)_
return 0;
Answers
Answered by
0
Explanation:
जल संरक्षण के कोई दो तरीके बताइए और उससे होने वाले लाभ लिखिए ?
Answered by
0
Answer:
1. do
2. c
3. ;
by the syntax of do while loop the above answer is correct . Hope u understand
Similar questions
Science,
1 month ago
World Languages,
1 month ago
Math,
3 months ago
Social Sciences,
3 months ago
Math,
9 months ago
English,
9 months ago