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
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
i have a written test for microland please give me test pattern
What are compound statements?
Is int a keyword in c?
swap 2 numbers without using third variable?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
hi send me sample aptitude papers of cts?
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......
What is the difference between union and anonymous union?
What is the general form of a C program?
write a program to find out prime number using sieve case?
what is ur strangth & weekness
`write a program to display the recomended action depends on a color of trafic light using nested if statments
write a progrmm in c language take user interface generate table using for loop?
What is variable initialization and why is it important?