What is the output of C program.? int main () {int k; for( k=1; k<=5;k++);{
{ printf ('%d', k);} return 0;}
Answers
Answered by
0
the output is default value of k is 0 so ans is 0
Similar questions