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
c program for searching a student details among 10 student details
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
cavium networks written test pattern ..
Is array name a pointer?
Why we use int main and void main?
What does do in c?
Write the control statements in C language
What is the explanation for the dangling pointer in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is operator precedence?
Why do we need volatile in c?
#include
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Explain can static variables be declared in a header file?
What is the difference between the local variable and global variable in c?