The ____ function continuously accepts and stores the characters typed at the terminal into the character array passed as an argument.

A. gets()
B. puts()
C. getchar()
D. putchar()


Answer: A

Computer Science & Information Technology

You might also like to view...

The congruence relation is used to define __________ . ?

A) ?finite groups B) ?greatest common divisor C) ?lowest common divisor D) ?residue classes

Computer Science & Information Technology

pthread_cond_wait unlocks a mutex and starts waiting

A. in an atomic operation B. in an automatic operation

Computer Science & Information Technology

The C++ statement ‘cout << (6 + 15);' yields the result ____.

A. (6 + 15) B. 21 C. error D. (21)

Computer Science & Information Technology

_________ devices often pose special challenges to investigators because they can be configured to use advanced encryption and they can be wiped by the user even when the user is not present.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology