answersLogoWhite

0

What type of variable is a persons name?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

jOFFREY LUPUL SLAP SHOTS

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of variable is a persons name?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a name for a variable used for storing true false statements?

Usually, the name of the variable can be most anything. This type of variable is called a LOGICAL variable.


What two things must you normally specify in a variable declaration?

This is when you specify the name and type of the variable.Example:int number;The declaration line can also include an instantiation for that variable.Example:int number = 5;When you declare a variable or an object (particularly in OOP programming) , you set aside a chunk of memory space for the data to reside.


What is a declaring variable?

Variable declaration is when you declare a variable. For example: String foo; The data type is String and now I can modify foo and don't need to type String again. It can be an instance variable or a local variable.


How a variable is declared and initialized during declaration in c?

During declaration, the declaration goes like this: extern <type> <variable-name> or <type> <function-name> (<parameter list>);


What is the name of the C structure type?

The type is struct. The name can be any valid variable name that is not a keyword or other reserved name.


Defining a variable syntax?

[storage-class] [const] [type modifiers] type name [= inital-value] ;


What is 'variable' in C programming?

It's a part of the program's data, which has a name,type and value.


What is the name for a graph of variable X and variable Y?

the name for x variable is indepent name for y variable is depent


What type of variable is affected by the independent variable?

The Dependent Variable


Which data structure in a compiler is responsible for managing information about variables and their attributes?

It is up to the designer of the compiler to decide... it can be something like this: struct Type; struct Block; typedef struct Variable { const char *name; struct Type *type; struct Block *block; /* refers to the block that is the scope of the variable */ int attributes; /* volatile, const, static etc */ } Variable;


What type of variable is age?

subject variable


What type of variable has an unpredictable impact on the dependent variable?

A random variable.