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 are qualifiers and modifiers c?
What is the difference between text and binary i/o?
What is operator precedence?
Explain Basic concepts of C language?
write a programming in c to find the sum of all elements in an array through function.
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
will u please send me the placement papers to my mail???????????????????
Explain union.
What is the difference between array and structure in c?
What is difference between structure and union in c?
how we can make 3d venturing graphics on outer interface
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Is r written in c?
Can we assign integer value to char in c?