name any two heades files
Answers
Answered by
12
Answer:
Different Types of 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. ...
#include<time. ...
#include<assert.
Answered by
2
Answer:
Different Types of 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. ...
- #include<time. ...
- #include<assert.
✌️Hope it helps ✌️
✨Please Mark As Brainliest ✨
Similar questions