Programs
Write a program to print addition of any 5 numbers using array
Sort the array in descending order via taking 10 inputs from user
Char[ ] Programs
Functions Info :
Gets
Gets function used to acces single character from user and it will print single character on the screen
Puts
The C library function int puts(const char *str) writes a string to stdout up to but not including the null character. A newline character is appended to the output.
Getchar
The C library function int getchar(void) gets a character (an unsigned char) from stdin. This is equivalent to getc with stdin as its argument.
Putchar
The C library function int putchar(int char) writes a character (an unsigned char) specified by the argument char to stdout.


























