List of c++ header files and it's built in functions
Answers
Answered by
0
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.h>(Character type header) ...
#include<time.h>(Time header)
Similar questions
Social Sciences,
5 months ago
Math,
5 months ago
Physics,
10 months ago
Hindi,
10 months ago
Science,
1 year ago