| 11. |
What is the output if it is executed on a 32 bit processor?
void main()
|
||||||||
|
Answer:
Option (a) |
| 12. |
What is correct about calloc() function?
|
||||||||
|
Answer:
Option (d) |
| 13. |
When the pointer is NULL, then the function realloc is equivalent to the function ________
|
||||||||
|
Answer:
Option (a) |
| 14. |
If malloc() and calloc() are not type casted, the default return type is _____
|
||||||||
|
Answer:
Option (a) |
| 15. |
Which of the following functions allocates multiple blocks of memory, each block of the same size?
|
||||||||
|
Answer:
Option (c) |
| 16. |
What if functionality if realloc() function?
|
||||||||
|
Answer:
Option (c) |
| 17. |
What is the output?
void main()
|
||||||||
|
Answer:
Option (b) |
| 18. |
What is the output?
void main()
|
||||||||
|
Answer:
Option (c) |
| 19. |
What is the output?
void main()
|
||||||||
|
Answer:
Option (a) |