asked 102k views
2 votes
Which statement prints "hi" on the screen?

(a) puts("hi");

(b) put "hi";

(c) puts "hi";

(d) none of the above

asked
User Kerberos
by
8.3k points

2 Answers

4 votes

Answer:

a

Step-by-step explanation:

answered
User Milos Pavlovic
by
7.5k points
3 votes

Answer: (A) Puts("hi");

Step-by-step explanation:

Puts() is the type function that uses the file handling in the programming language. It basically use to compose or write the function or line that displaying the output screen of the computer system.

The puts() function is the type of function which basically allow the user to read the characters or line include all the space until entering into the new character or line.

The declaration of the puts(0 function is as follows:

int puts (char *STRING) ;

answered
User Fabrice NEYRET
by
8.1k points

No related questions found