Functions
C : Functions Program List
Program [1]
C Program to Display Prime Numbers Between Intervals Using Function
Program [2]
C Program to Check Prime or Armstrong Number Using User defined Function
Program [3]
C Program to Check Whether a Number can be Expressed as Sum of Two Prime Numbers
Program [4]
C Program to Find the Sum of Natural Numbers using Recursion
Program [5]
C Program to Find GCD Using Recursion
Program [6]
C Program to Convert Binary Number to Decimal and vice versa
Program [7]
C Program to Convert Octal Number to Decimal and vice versa
Program [8]
C program to Reverse a Sentence Using Recursion
Program [9]
C program to calculate the power using recursion
Program [10]
c function to swap two integers by using call by reference
Program [11]
C program to check number is Krishnamurti number or not
Program [12]
c program to create function to display the multiplication table of the number
Program [13]
c program to find the factorial using recursion
Program [14]
C program to read a line and print it reverse using recursive function.
Program [15]
C function that takes an integer value and returns the number with its digits reversed
Program [16]
c program to evaluate the given series using recursive function sum
Program [17]
recursive program in c to find the sum of digit
Program [18]
C function that takes an integer value and returns the number with its digits reversed