CSC115 C Programming

C ProgrammingTU Board 2080

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 ",i); getch();

5
A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.

Discussion

Loading…

More C Programming questions

All C Programming old questions