What is external and internal variables
What is dynamic memory allocation
what is storage classes in C
Answer Posted / s.gayathri
1.external variables can use it anywhere in the pgm &outside
the pgm.
internal variables can use only in the pgm.
2.allocation of memory during run time.it also save memory
space.
3.storage classes are type of variable.it has four type
global
extern
static
register
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the sizeof () operator?
difference between Low, Middle, High Level languages in c ?
What is the use of a ‘ ’ character?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What are header files? What are their uses?
How can I read a binary data file properly?
What is an arrays?
Explain that why C is procedural?
Why c language is called c?
What is getch () for?
What is FIFO?
What is extern c used for?
Can you please explain the difference between strcpy() and memcpy() function?
How can I delete a file?
What does *p++ do?