Answer Posted / rani
a memory allocation for the multiple blocks i.e array of
blocks and intialising the first block to zero.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is null pointer constant?
Is multithreading possible in c?
How to throw some light on the b tree?
Implement bit Array in C.
Is it acceptable to declare/define a variable in a c header?
What are pointers? What are stacks and queues?
How can you determine the size of an allocated portion of memory?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
When should structures be passed by values or by references?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Is null a keyword in c?
Differentiate between null and void pointers.
Explain how can I make sure that my program is the only one accessing a file?
Explain threaded binary trees?
What are categories used for in c?