
C Program Header Files..1. <stdio.h>: input andoutput function inprogram.2. <conio.h>: to clearscreen and pauseinformation function.3. <ctype.h>: function fortesting characters4. <string.h>: functionfor manipulating string5. <math.h>:mathmatical function6. <stdlib.h>: utilityfunction for number,conversion, storageallocation7. <assert.h>: functionthat can beused to adddiagnostics to a program8. <stdarg.h>:...