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 would you rename a function in C?
Explain threaded binary trees?
How can you draw circles in C?
What is a pointer value and address in c?
What is use of bit field?
What is function prototype?
What is the purpose of scanf() and printf() functions?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is c language in simple words?
Write a program for Overriding.
Is printf a keyword?
p*=(++q)++*--p when p=q=1 while(q<=6)
What is a c token and types of c tokens?
What is getche() function?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above