Computer Science, asked by venkatsunil473, 10 months ago

2. #include<stdio.h>
int i=40;
int main(){
extern int i;
do{
printf("%d", i++);}
while(5,4,3,2,1,0):
return 0;}​

Answers

Answered by Varalakshmi2317
1

Answer:

while(5,4,3,2,1,0); it is the write format..

Similar questions