Computer Science, asked by jaseel499, 10 months ago

List of c++ header files and it's built in functions

Answers

Answered by ShubhBoss007
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