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 the -> in c?
What is the difference between variable declaration and variable definition in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is a macro, and explain how do you use it?
What is a header file?
What is #pragma statements?
Wt are the Buses in C Language
How can I find out the size of a file, prior to reading it in?
Why cant I open a file by its explicit path?
write a program to concatenation the string using switch case?
a program that can input number of records and can view it again the record
Why main is used in c?
What is meant by realloc()?
What are the types of data files?
how many key words availabel in c a) 28 b) 31 c) 32