Top

Discussion

Which of the given option is declared under the header file stdlib.h?

  • A.SEEK_CUR
  • B.SEEK_END
  • C.CLOCKS_PER_SEC
  • D.EXIT_SUCCESS

Answer: D

SEEK_CUR and SEEK_END is defined under stdio.h, CLOCKS_PER_SEC is defined under time.h, EXIT_SUCCESS is defined under stdlib.h.
EXIT_SUCCESS specifies value for status argument to exit indicating success.

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

Post your comment