Tuesday 29 January 2013

Junior Instructor computer Question and answer

1.In C languague ---- function is used to deallocate space in memory
  • calloc()
  • realloc()
  • free()
  • malloc()
show answer <== click Here


2.In C languague ---- function is used to allocate space for array in memory
  • calloc()
  • realloc()
  • free()
  • malloc()
show answer <== click Here


3.In C languague ---- function is used to reallocate memory block
  • calloc()
  • realloc()
  • free()
  • malloc()
show answer <== click Here


4.In C languague ---- function is used to allocate a block of memory
  • calloc()
  • realloc()
  • free()
  • malloc()
show answer <== click Here


No comments:

Post a Comment