List any 3 types of mostly used header files and their description in C programming.
Answers
Answered by
1
Answer:#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.
Similar questions