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
How to get string length of given string in c?
Why we write conio h in c?
What is c language & why it is used?
simple program of graphics and their output display
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
In C language, a variable name cannot contain?
List some of the dynamic data structures in C?
Explain what is the heap?
How the c program is executed?
Is c# a good language?
Do you know null pointer?
Explain 'bit masking'?
#include
What is difference between structure and union with example?
Is this program statement valid? INT = 10.50;