Multiple Choice
Which of the following formatting options can be used in order to add „n? blank spaces after a given string „S??
A) print("-ns"%S)
B) print("-ns"%S) .
C) print("%ns"%S)
D) print("%-ns"%S)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: What is the output of the following?<br>X
Q8: What is the output of the following
Q9: What will be displayed by the following
Q10: What is the output of the following
Q11: Which of these is not a core
Q13: What is the output of the following
Q14: What is the output of the following
Q15: Which function overloads the >> operator?<br>A)more()<br>B)gt()<br>C)ge()<br>D)rshift()
Q16: What is the output of the following
Q17: What is the output of the following