The ____ function is a secure replacement for thegets()function.?

A. ?strncat()
B. ?snprintf()
C. ?strncpy()
D. ?fgets()

Answer: D

Computer Science & Information Technology

You might also like to view...

To create a query, you should initially click the Query Design icon in the Create tab of the Ribbon

Indicate whether the statement is true or false

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The condition in the while statement is tested at the end of each pass 2. If there are no statements in the body of a while loop that can cause the loop- repetition condition to become false, then there will be an infinite loop when the program executes 3. In counter-controlled loops, the count-control variable must be initialized to zero before the loop begins. 4. The loop-repetition condition can be false before the loop attempts to execute. 5. The body of a for statement might not get executed at all.

Computer Science & Information Technology