What are Storage Classes in C ?
Answer Posted / priya
WHEN we define any funtion in c program then we
can call that in every definend class.
there are four types of storage class. they are
1 AUTO OR AUTOMATIC STORAGE CLASS
2 REGISTER STORAGE CLASS
3 STATIC STORAGE CLASS
4 EXTERNALSTORAGE CLASS
| Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
What is the auto keyword good for?
Is the exit() function same as the return statement? Explain.
How do you do dynamic memory allocation in C applications?
How to establish connection with oracle database software from c language?
What is console in c language?
What is 02d in c?
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......
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Explain what will the preprocessor do for a program?
What is a shell structure examples?
What does the && operator do in a program code?
what is a function method?give example?
What are the modifiers available in c programming language?
Why isnt there a numbered, multi-level break statement to break out
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none