CLOUD COMPUTING
DATABASE MANAGEMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
|
|
˚
|
|
|
|
/n
|
|
/r
|
Detailed explanation-1: -2. Which of the below symbols is a newline character? Explanation: PHP treats as a newline character.
Detailed explanation-2: -LF (character : , Unicode : U+000A, ASCII : 10, hex : 0x0a): This is simply the ‘’ character which we all know from our early programming days. This character is commonly known as the ‘Line Feed’ or ‘Newline Character’.
Detailed explanation-3: -Typically, in the Windows environment a line is terminated with the two characters ˚. The˚character represents a carriage return, and represents a newline. In Linux, only the character is used to terminate a line.
Detailed explanation-4: -Answer: Use the Newline Characters ‘ ‘ or ‘ ˚‘ You can use the PHP newline characters or ˚to create a new line inside the source code.
Detailed explanation-5: -A newline is a character used to represent the end of a line of text and the beginning of a new line. With early computers, an ASCII code was created to represent a new line because all text was on one line.