answersLogoWhite

0

char c = 'a';

'a' is a literal character, which assigns the value 0x61 (ASCII code 97 decimal) to the char variable c.

The following lines are therefore equivalent:

char a = 0x61;

char b = 97;

char c = 'a';

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is 'b' or b a character literal?

'b' is a character literal. A character literal is a character enveloped in single quotes, just as a String literal is a String enveloped in double quotes (without the use of a constructor.)


What is the difference between A and A in string?

Well, A is an identifier; 'A' is a character-literal; "A" is a string literal (of 1 character); "'A'" is another string literal (of 3 characters).


What is literal character string in select list?

example: SELECT name, '*', address FROM table; Here '*' is a literal character.


What is the difference between 'a' and a in C?

a -- identifier 'a' -- character-literal "a" -- string-literal


What are literals in java?

In Java, a literal is the source code representation of a fixed value and are represented without requiring computation. The various types are Integer, Floating-Point, Character and String literals.


Which type of literal is written in pair quote?

Character array (string literal).


What is literal in system software?

A literal can be a number, a character, or a string. For example, in the expression, x = 3 x is a variable, and 3 is a literal.


This is a value that is written into the code of a program?

literal


Can you give an example for literal?

We were told not to interpret the saying literally.


What are the kinds of literals in c language?

Literals are either numeric types (integers and floating point types), or character types. int i = 42; // literal integer double pi = 3.14; // literal floating point char c = 'x'; // literal character char s[] = "Hello world"; // literal string Note that you cannot take the address of a literal since there's no way to refer to it.


What is a group of character data?

A group of character data, in SQL, is known as: Literal Values. This includes characters, numbers, or dates. Some prime examples of literal values are: dollars has a monthly salary of: January 1, 2009


What is the alt code for the invisible character?

The alt code for the invisible character is 225.