2/20
SO
106th
What is the output of C Program.?
int main()
int k, j;
for(k=1, j=10; k <= 5; k++)
printf("%d". (k+j));
return 0;
10 10 10 10 10
REF
10 11 12 13 14 15
BREALE
E
compiler error
None of the above
Answers
Answered by
0
Answer:
question is the answer I think
none of the above
Similar questions