A

Admin • 828.03K Points
Coach

Q. Which of the following characters is used to make a line break on the screen?

  • (A)
  • (B) a
  • (C)
  • (D)
  • Correct Answer - Option(D)
  • Views: 16
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

character is used to make a line break on the screen. Example:

#include <stdio.h>
int main()
{
printf("Hello,
World!");
return 0;
}

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.