adplus-dvertising
frame-decoration

Question

How will you print \n on the screen?

a.

printf("\n");

b.

echo "\\n";

c.

printf('\n');

d.

printf("\\n");

Answer: (d).printf("\\n");

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How will you print \n on the screen?