Top

Discussion

malloc() returns a float pointer if memory is allocated for storing float's and a double pointer if memory is allocated for storing double's. A.

  • A.TRUE
  • B.FALSE
  • C.May Be
  • D.Can't Say

Answer: B

 

malloc() and calloc() return void pointer for using a particular data type we made explicite type casting.

No comment is present. Be the first to comment.
Loading…

Post your comment