Computer Science, asked by ruwaid973, 2 months ago

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 ItzGentleShiva
18

 \Huge \tt {\colorbox{black}{\color{white}{~~Answer :~~}}}

You can use it as a table print program...

 \#include&lt;stdio.h&gt; \\ </p><p>int main() \\ </p><p> \{ \\ </p><p>int a = 6, b=5, c=0; \\ </p><p>while(b&gt;0) \\ </p><p> \{ \\ </p><p>C = c + a-b; \\ </p><p>b = b - 1; \\ </p><p>C = c + b; \\ </p><p>3 \\ </p><p>printf(" %d".c); \\ </p><p> \} \:

Answered by anishkumar18421
1

Answer:

lullu lullu 20854248842

Similar questions