Knowledge in C programming

Program to find length of the string

It is to print how many digits or letters of strings are printed.

Program to compare two strings without using library function.

This program is to compare two strings and to print whether they are same or not.

Sum of square of n numbers

Knowledge about c programing

C structure

Knowledge about structure in c language

Program to explain string handling functions

String handling functions are str lwr(), str upr(), str rev(), str cpy(), ...

Program to print table of strings

This helps in usage of many strings that are to be printed.

Program to explain function prototype.

This helps in knowing more about function prototype.

Program to explain function with argument and without return value.

Here there are arguments in function but no return values to the main function.

Program to explain function without argument and with return value

There are no arguments in the function but they return value to the main function.