answersLogoWhite

0

What is ascii value of newline?

Updated: 11/1/2022
User Avatar

Wiki User

12y ago

Best Answer

10 = 0AH

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is ascii value of newline?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you end a while loop by accepting newline in integer variable?

A newline has ASCII character code 10, therefore you test for the integer value 10. That's not much use if the user needs to enter 10, therefore you should test the input before assigning the integer.


End of line character in mainframe file?

The end of line character on an IBM mainframe is the newline character (same as it is on Ascii platforms). The value, however, is different. It is a hex 0x25 (EBCDIC)


What is ASCII value of 0?

The ascii value of zero - is 48.


What is ASCII value of 5?

Ascii value of 5 is 53.


How newline formed?

The newline or line-feed character is denoted by ASCII code 0x0A (decimal 10). In C, we use the escape-sequence '\n' to denote a new line. In some cases, particularly where the output is directed to a line printer, a newline is immediately preceded by a carriage return character, 0x0D (13 decimal), which is denoted by the escape sequence '\r' in C. Thus you will often encounter the "\r\n" escape sequence at the end of each line of ASCII text.


How newline character formed?

The newline or line-feed character is denoted by ASCII code 0x0A (decimal 10). In C, we use the escape-sequence '\n' to denote a new line. In some cases, particularly where the output is directed to a line printer, a newline is immediately preceded by a carriage return character, 0x0D (13 decimal), which is denoted by the escape sequence '\r' in C. Thus you will often encounter the "\r\n" escape sequence at the end of each line of ASCII text.


What is the ascii value for c?

The ASCII value for "C" is 67, for "c", 99.


What is the ASCII value of 92?

\ is the character for 92 in ASCII.


What is the ASCII value of a?

deepak


What is the decimal value of the ASCII letter K?

The ASCII value of capital K is 75. For a small k it is 107.


Ascii value of 255?

ASCII standardizes characters between 0 and 127.


What is ascii value of smily face?

There is no ASCII value of :-) ASCII encodes only single characters, assigning a numerical 0-127 value to each character. However, if you want the ASCII encoding of a smiley, here's some samples (using Hex values): :-) 0x3A2D29 :) 0x3A29