#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
0
don't ask these questions
Similar questions