Computer Science, asked by luckysrinivas962, 2 months ago

2. Find the output of the below program:
#include<stdio.h>
int main()
{
int a=15, b=7, c=1;
while(b>0)
C = C + a - b;
a = a + 1;
b = b - 1;
}
printf("%d",c);
}​

Answers

Answered by HelloVaibhav
2

Answer:

hey guy just se!a!rch w!3sc!hools and open c++ tu!!torial and open text e!ditor and co!py this co!de then see your results.

Similar questions