Find the output of the given program
#include<stdio.h>
int main()
{
int a = 6, b=5, c=0;
while(b>0)
{
C = c + a-b;
b = b - 1;
C = c + b;
3
printf("%d".c);
}
Answers
Answered by
18
You can use it as a table print program...
Answered by
1
Answer:
lullu lullu 20854248842
Similar questions