You are on page 1of 1

HOME COMPUTER FUNDAMENTAL NETWORKING C LANGUAGE JAVA TUTORIAL C PROGRAMMING

MANAGEMENT

Home C Programming (Theory) Type And Variables

What is a Storage class


Related Articles Basic Courses
BY DINESH THAKUR Category: Type And Variables

A storage class specifies how the variables are used in the program. What is Constants? Type Computer Fundamental
Static storage class or variable of constant Computer Networking
What is Expressions ?
A variable is declared to be static by prefixing its normal declaration with the keyword static, as in static int a; Structured Query (SQL)
Type of Expression
Since the property of a variable may be stated in any order we could also use int static a; Static variables can Java Script
Define the term Scope,
be declared within a function. These variables retain their values from the previous call. i.e., the value that they HTML Language
had before returning from the function. Visibility And Lifetime of a
Cascading Style Sheet
Variable
Register storage class C Programming (Theory)
Data Types along with
Register variables are stored in the register of the microprocessor. The number of variable which can be Their Sizes and Ranges Basic Of C Prog.
declared register are limited. This means that the variable has a maximum size equal to the register size. If Arithmetic Expressions in Type And Variables
more variables are declared as register variable, they are treated as auto variables. A program that uses
C Operator
register variables executes faster as compared to similar program without register variable.
What is scope & storage Control Structures in C
Automatic storage class or variables allocation of extern and Function and Pointer
The scope of an automatic variable is only for the block, or any block within the block, in which it appears. All global variables
C Array
variables declared within a function are auto by default. A variable can be defined as automatic by placing the What is a Register
Structure And Union
keyword auto at the beginning of the variable declaration. Variable
File Handling
Example: auto int a; Difference Between
Puppetting On Strings
Declaring a Variable and
External Storage class or Global variable
Defining a Variable
Preprocessor
External variables are global to the file in which they are defined. External variables are used only when all Directives
What is scope & storage C Programming (Pratical)
functions needed a particular variable. It retains the assigned value within the scope. In the following program
allocation of register, Visual Basic
variable i is an external variable.
static and local variables C++ Programming
Example: extern int a;
Where is an Auto Java Programming
Variables Stored
Java Servlet
Enumeration Constant in
Java Server Pages
About Dinesh Thakur C
Computer Graphics
Dinesh Thakur holds an B.SC (Computer Science), MCSE, MCDBA, CCNA, CCNP, A+, SCJP What is a Variables?
Electronic Commerce
certifications. Dinesh authors the hugely popular Computer Notes blog. Where he writes how-to Declaration of Variables.
Management (MIS)
guides around Computer fundamental , computer software, Computer programming, and web What is a Storage class
apps. For any type of query or something that you think is missing, please feel free to Contact us. What is a Static Variable Data Structures

Formatted Input - the Software Engineering


scanf Function Digital Electronics
What's the best way to C# Programming
declare and define global
Database System
variables

How do You Decide Which Advance Courses


Integer Type to Use

Identifiers in C Language
Website Developement
Function of printf and
Struts 2 Tutorial
scanf in C
PHP
What happens when a
How to
variable is not declared in

function definition python

Data Types in c AngularJS Tutorial

How to assign values Compiler Design


during declaration of Troubleshooting
variables
What happens when a

variable is not initialized

in main function

Enumerated Types in C

Type Casting in C

Precision for Characters

and Strings in C

Formatted Output - the


printf Function

typedef in c

How to Formatted Output

using the printf Function

Pre-Processor Directive in

C storage class Specifiers


Precision Setting in C

Storage of Signed

Integers

Explicit Display of + and -

Signs in Output in C

Advance Courses Basic Courses Top Category

Website Developement Computer Fundamental Basic Computer


Struts 2 Tutorial Computer Networking Networking
PHP (Hypertext Preprocessor) Structured Query (SQL) C Programming
How to C Programming C++ Programming
Python C++ Programming Java Programming
AngularJS Tutorial Java Programming Management (MIS)
Compiler Design Computer Graphics Computer Graphics

Sitemap | Contact Us | About Us | Privacy Policy


Dinesh Thakur is a Technology Columinist and founder of Computer Notes and Technology Motivation. Mail Me At (@Computer Notes)

You might also like