Computer Science, asked by bhaktamahakud7338, 2 months ago

function is use for input in c- language. a)scanf b)printf. c)main d) clrscr​

Answers

Answered by shahzadiasra123
0

Answer:option c main()

Explanation:

Scanf is used to read the data from the computer

Printf is used to write the data to the output screen

Main ia a function where the execution of the program begins

Clrscr is used to clear the black screen of the output,the previous output which we have executed .

Similar questions