Computer Science, asked by AnirudhSaxena8571, 1 year ago

#include int main() { char j=1; while(j < 5) { printf("%d, ", j); j = j+1; } printf("\n"); return 0; return 0; } what is logic behind this program

Answers

Answered by jotamanbhella
0
don't ask these questions
Similar questions