
Some Library Of C, C++ Programming & It's Description
1. <stdio.h>: input and output function in program.
2. <conio.h>: to clear screen and pause information function.
3. <ctype.h>: function for testing characters
4. <string.h>: function for manipulating string
5. <math.h>: mathematical function
6. <stdlib.h>: utility function for number, conversion, storage allocation
7. <assert.h>:...