1.

1 pointWhich of the following is usedto move output to the next linein programming? *OnO inO\to ItHow does an Octal Integer1 point​

Answer»

Answer:

We begin by CONSIDERING a SIMPLE C program. Our first example prints a line of TEXT.

Explanation:

A newline is a character used to represent the end of a line of text and the beginning of a new line. In PROGRAMMING languages, such as C, JAVA, and Perl, the newline character is represented as a '\n' escape sequence. Below are examples of how the newline could be used in Perl.



Discussion

No Comment Found