Computer Science, asked by 8b27, 12 hours ago

Which statement is used to obtain output message ?
printf();
clrscr();
getch();
main()​

Answers

Answered by pdey89747
2

Answer:

option no.a print

Explanation:

The Print statement is used to display the output ,Such as numbers ,messages or values of variables on the output screen.

Similar questions