answersLogoWhite

0

examples: 1, -2, 3.15, 0xabcd

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is character constant in c how does it differ from numeric type constants?

hiii


Coding constants in c?

Coding constants in c means writing the constants in a certain way that the c language understands.


What is the definition of numeric constant?

Numeric constants have the capacity to store numeric value.


What do you mean by constant in c language?

Constant in C means the content whose value does not change at the time of execution of a program.There are several types of constants $ they are i>numeric->a.INTEGER b.REALii>character->a.SINGLE CHARACTER b.STRING.Hope this will help you.


How many different types of constants are there in COBOL?

there are three types of constants in COBOL 1. numeric literals 2. figurative constants 3. non-numeric literals


What is the definition of symbolic constants in c language?

constants are values that does not chnage through out the program exceution..


What are functions in c language?

constants, MAX_(function), etc.


What is meant by pointers in c language?

Variables (or constants) that contain addresses.


What are numeric constants in basic?

It is a variable that can not be changed such as PI.


What is the meaning of identifiers in c language?

The NAMES that identify or represent the variables, constants, data types, functions and labels in C language.. They are mere(only) NAMES, that help in IDENTIFYING variables, data types, constants, functions and labels to differentiate them from each other.. A good identifier must be descriptive but short..


What are the different types of integer constants in c language?

Well, uh, const unsigned int and const signed int..


How do you convert numeric value into alpha value in c plus plus programming language?

use the _itoa function