Question

Which of the following statements should be used in secure C programming to display the string "Welcome" not followed by a newline character?
(a) printf( "Welcome" );
(b) puts( "Welcome" );
(c) printf( "%s", "Welcome" );
(d) None of the above.

Answer

This answer is hidden. It contains 3 characters.