Computer Science, asked by jyothigopi500, 1 month ago

write about file related to header files in c​

Attachments:

Answers

Answered by ritika123489
12

Explanation:

C/C++ Header File

  • #include<stdio. h> (Standard input-output header)
  • #include<string. h> (String header)
  • #include<conio. h> (Console input-output header)
  • #include<stdlib. h> (Standard library header)
  • #include<math. h> (Math header )
  • #include<ctype. h>(Character type header)
  • #include<time. h>(Time header)
  • #include<assert.
Answered by HarshadaPawar7
0

Answer:

C/C++ Header File

#include<stdio. h> (Standard input-output header) ...

#include<string. h> (String header) ...

#include<conio. h> (Console input-output header) ...

#include<stdlib. h> (Standard library header) ...

#include<math. h> (Math header ) ...

#include<ctype. h>(Character type header) ...

#include<time. h>(Time header) ...

#include<assert.

Similar questions