How can we allocate array or structure bigger than 64kb?
Answer Posted / guest
specify the size as 64kb
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do we declare variables in c?
What are the 5 data types?
Tell me is null always defined as 0(zero)?
What is a good data structure to use for storing lines of text?
I have seen function declarations that look like this
Explain what is the heap?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
In which layer of the network datastructure format change is done
What is void c?
What are the similarities between c and c++?
What is enumerated data type in c?
What do mean by network ?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Explain the difference between null pointer and void pointer.
What is the use of linkage in c language?