Computer Science, asked by arulchristy8473, 1 year ago

Which statement is used to accept data from the user during the execution of program


DARKLOARD: which programming language?
venkataraghavant: which language? if C scanf

Answers

Answered by venkataraghavant
5

if C "scanf" can be used to accept.


Answered by elizabethtlau123
8

Answer:

In True BASIC, the simplest way to obtain data from the user is the INPUT statement. The data provided by the user may consist of numeric or string values, and it may come from the keyboard or a file.

Similar questions