Computer Science, asked by ujagar9821, 4 months ago

what is output? while (c < 10): c = c + 2 print (c)

Answers

Answered by munmundutta42
3

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