answersLogoWhite

0

The inventor of variables is THEEZ NUTZ!

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

What variables of a class are created when the class is loaded and continues to exist as long as the class is loaded?

Static Variables are created when the class is loaded and continue to exist as long as the class is loaded/present in the JVM


What are all the variables?

There are 'constant variables' , 'independant variables' and 'dependent variables' Constant Variable- things in the experimment that should be kept the same Independant variables- something that can be varied in an experiment Dependant variable- something that can be affected


Are C variables initialized to 0 by default?

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


Explain different types of variables in shell?

Environment Variables: Sometimes called special shell variables, keyword variables, predefined shell variables, or standard shell variables, they are used to tailor the operating environment to suit your needs. Examples include PATH, TERM, HOME, and MAIL.User-defined Variables: These are variables that you create yourself.Positional Parameters: These are used by the shell to store the values of command-line arguments


whose variables are also known as global variables?

The variables which are declared outside the main() function is known as global variables and they can be used anywhere in the program. And, the variables which used declare inside the main() function is known as local variables and they can be used inside the main() function only. Example: #include<stdio.h> #include<conio.h> int x,y; // global variables void main() { int a,b; // Local variables ------------ ---------------------- --------------------- getch(); }

Related Questions

When was Their Variables created?

Their Variables was created on 2007-09-18.


How are variables created?

Primitive data type variables can be created like below: int a; float b; Objects must be created using the "new" keyword Ex: ArrayList lst = new ArrayList();


What variables of a class are created when the class is loaded and continues to exist as long as the class is loaded?

Static Variables are created when the class is loaded and continue to exist as long as the class is loaded/present in the JVM


What is pointer?

pointer r the variables created in RAM which store the address of a another variable


Are static variable created by giving keyword static in java?

yes bcoz static variables


How do the test variables and outcome variables in an experiment compare?

Test variables are the factors that are intentionally changed or manipulated by the researcher in an experiment, whereas outcome variables are the factors that are measured and affected by the test variables. Test variables are the independent variables that are controlled by the researcher, while outcome variables are the dependent variables that change in response to the test variables. The relationship between the test variables and outcome variables is explored to determine the effect of the test variables on the outcome variables.


How many variables are tested during an experiment?

There are three types of variables tested: manipulated variables, controlled variables, and experimental variables.


What function will be called by default to initialize the member variables of the object of the class?

The constructor. It's run each time a new object is created, usually setup to initialize member variables, but it can do most anything.


What is the differecnce between independent variables and dependent variables?

Every time the independent variables change, the dependent variables change.Dependent variables cannot change if the independent variables didn't change.


What are variables that do not change in an experiment?

Variables that do not change in an experiment are independent variables.


The variables that do not change in an experiment are what?

Variables that do not change in an experiment are independent variables.


What are the three variables that play an important role in a Practical Investigation?

Independent Variables, Dependent Variables and Extraneous Variables.