Which of the following statements should be used in secure C programming to display the string "Welcome" not followed by a new-line character?
(a) printf( "Welcome" );
(b) puts( "Welcome" );
(c) printf( "%s", "Welcome" );
(d) None of the above.
(c) printf( "%s", "Welcome" );
Computer Science & Information Technology
You might also like to view...
Impress's Slide Show ________ is used to deliver a presentation to an audience
A) mode B) view C) window D) method
Computer Science & Information Technology
The Show procedure of a Form object loads a form as modal.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology