adspace


What are the different types of storage classes in C?

Answer Posted / glibwaresoftsolutions

 Auto: Default storage class for local variables.
 Static: Retains variable value between function calls.
 Extern: Refers to global variables used in other files.
 Register: Suggests storing variables in the CPU register.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1361


i have a written test for microland please give me test pattern

2814


What are compound statements?

1292


Is int a keyword in c?

1059


swap 2 numbers without using third variable?

1211


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1183


hi send me sample aptitude papers of cts?

2252


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

2006


What is the difference between union and anonymous union?

1399


What is the general form of a C program?

1100


write a program to find out prime number using sieve case?

2176


what is ur strangth & weekness

2592


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2216


write a progrmm in c language take user interface generate table using for loop?

2124


What is variable initialization and why is it important?

1394