Trace the output

#include<conio.h>

#include<stdio.h>

void main(){

int i =0,k;

for(k=5;k>=0;k–){

i=i+k;

}

printf(“%d\t”,i);

getch();

}

  • Answered by
  • 0 Comments
  • 2 months ago

This answer is restricted. Please login to view the answer of this question.

Login Now
Leave your Answer:

Click here to submit your answer.

s
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments