Computer Science, asked by rohitkumar5432178rd, 5 months ago

What is the output of C Program.?
int main
{
int a=32:
do
{
printf("%d", a
att:
} while(a <= 30);
return 0;​

Answers

Answered by sakshirathod9743
0

Answer:

When we say Output, it means to display some data on screen, printer, or in any file. C programming provides a set of built-in functions to output the data on the computer screen as well as to save it in text or binary files.

Similar questions