Computer Science, asked by Taejinary, 19 days ago

What appears on the output screen when the program expects an input from the user ? ​

option: i) ? ii)^ iii)!

Answers

Answered by gautamshivam499
0

Answer:

When we say Input, it means to feed some data into a program. An input can be given in the form of a file or from the command line. C programming provides a set of built-in functions to read the given input and feed it to the program as per requirement.

Similar questions