How can I allocate arrays or structures bigger than 64K?
Answer Posted / phani kumar s
by using the pointers with the structures we can allocate the
memory for the structure ,Pointers are DMA
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is a double c?
What is the difference between typedef and #define?
Where static variables are stored in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is difference between main and void main?
how many errors in c explain deply
What is the value of c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
define string ?
How can I implement a delay, or time a users response, with sub-second resolution?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What are the applications of c language?
State the difference between realloc and free.
What is storage class?
Why do we need functions in c?