Computer Science, asked by pranadeepreddy5876, 1 month ago

which of the following is invalid header file in c

Answers

Answered by PratyushKing
0
See nothing is invalid all is best!!
Answered by priyarksynergy
0

(B) mathio .h

Explanation:

  • In C language, header files contain the set of predefined standard library functions.
  • The “#include” preprocessing directive is used to include the header files with “.h” extension in the program.
  • The main header used is <stdio.h> before the start of every program.
  • Your question is incomplete, maybe your complete question was:-
  • What is the following is invalid header file in C?
  • (A) math.h
  • (B) mathio.h
  • (C) string.h
  • (D) ctype.h
  • The correct option is mathio.h
Similar questions