Showing posts with label Function. Show all posts
Showing posts with label Function. Show all posts

Monday, March 31, 2014

Recursion Function

Home  �  C Functions  �  Recursion Function







Function with argument and return value

Home  �  C Functions  �  Function with argument and return value




Output is as:

Enter the Two No. for Sum :
10
10
Sum= 20





Function with no argument and return value

Home  �  C Functions  �  Function with no argument and return value




Output is as:

Enter the Two No. for Sum :
10
10
Sum= 20





Function with argument and no return value

Home  �  C Functions  �  Function with argument and no return value




Output is as:

Enter the Two No. for Sum :
10
10
Sum= 20





Function with no argument and no return value.

Home  �  C Functions  �  Function with no argument and no return value




Output is as:

Enter the Two No. for Sum :
10
10
Sum= 20





Program to print a line of text by using the function

Home  �  C Functions  �  A Simple Function




Output

I am a Good Boy