answersLogoWhite

0

there r 3 types of variable in 'C'

Integer

Float

Character

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What variables in turbo C?

There are mainly 3 types of variables in c. Integer, Float and character :)


What are the types of bariables?

Variables can be categorized into several types, primarily including quantitative and qualitative variables. Quantitative variables are numerical and can be further divided into discrete (countable values) and continuous (infinite possible values within a range). Qualitative variables, on the other hand, represent categories or attributes and can be classified as nominal (unordered categories) or ordinal (ordered categories). Understanding these types helps in selecting appropriate statistical methods for analysis.


What is A C in math?

A and C are both variables.


What is nominal and ordinal variables?

Nominal variables are categorical variables that represent different categories without any inherent order, such as gender, race, or favorite color. In contrast, ordinal variables also represent categories but have a clear, meaningful order, such as rankings (e.g., satisfaction levels like "satisfied," "neutral," "dissatisfied"). While nominal variables categorize data, ordinal variables allow for comparison based on their rankings.


How many structure variables of a given type can you use in a C program?

You can use unlimited number of variables for a structure and you can also declare array of structures.


What is turbo c variables?

Turbo C variables are memory place holders for storage of data during the execution of a Turbo C program. Types of variables include integer, real and char.


Are C variables initialized to 0 by default?

Only global/static variables are, local variables aren't.


What does a b and c mean in math?

A,b,c are variables. They usually refer to the sides of a triangle, but also can mean just normal variables.


Where local variables are stored in c?

On the stack.


What is nominal and ordinal in qualitative variables?

Nominal and ordinal variables are both qualitative or discrete variables. Nominal variables allow for only qualitative classification while an ordinal variable is a nominal variable, but its different states are ordered in a meaningful sequence.


What are the different categories of array in c?

There is no such thing.


What is of system of equations?

It is essentially a list of equations that have common unknown variables in all of them. For example, a+b-c=3 4a+b+c=1 a-2b-7c=-2 would be a system of equations. If there are the same number of equations and variables you can usually, but not always, find the solutions. Since there are 3 equations and 3 variables (a, b, and c) in this example one can usually find the value of those three variables.