Which of the following is the correct statement to print a string in C programming?

Which of the following is the correct statement to print a string in C programming?

سی پروگرامنگ میں اسٹرنگ کو پرنٹ کرنے کے لئے مندرجہ ذیل میں سے کون سا صحیح بیان ہے؟
Explanation

printf() is the standard function in C to print output to the screen.

The syntax must include double quotes around the string and end with a semicolon.