Computer Science, asked by onlytimepass, 3 months ago

What will be the output of the following program?

#include<stdio.h>
 int main()
 {
     int i = 5;
     while(i-- >= 0)
         printf("%d,", i);
     i = 5;
     printf("\n");
     while(i-- >= 0)
         printf("%i,", i);
     while(i-- >= 0)
         printf("%d,", i);
     return 0;
 }

Answers

Answered by hannannajeeb6
0

Answer:

OUTPUT jsnvososmckskejciskenfjdu


hannannajeeb6: Oh YEAHH ahha ahh
hannannajeeb6: yeahh eyhh yeahh
Similar questions