What is external and internal variables
What is dynamic memory allocation
what is storage classes in C
Answer Posted / rekha
Dynamic allocation is a pretty unique feature to C (amongst
high level languages). It enables us to create data types
and structures of any size and length to suit our programs
need within the program.
storage classes
auto
register
static
extern
typedef
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is dynamic dispatch in c++?
What is the best way to store flag values in a program?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is the use of function overloading in C?
What is meant by keywords in c?
Which is an example of a structural homology?
How can I call fortran?
What is hashing in c language?
What is calloc malloc realloc in c?
Is register a keyword in c?
What is quick sort in c?
How can variables be characterized?
What is 'bus error'?
What is character set?
What was noalias and what ever happened to it?