Saturday 1 March 2014

C Programs

B V C Engineering College :: Odalarevu
Department of Computer Science and Engineering
List of C Programs

Mathematical Programs

2.       Reverse a given number .
5.       Write a C program to print Pascal Triangle.

Number Programs in C Programming

13.   Write a c program to print multiplication table of a given number (using while loop and for loop).
1-D Array Programs
16.   Program to Insert element in an Array and delete an element from an array.



2-D Array Programs

Conversion Programs :

Pointer Programs

22.   C Program to Swap Two Numbers  using Pointer and without using pointers (call by reference, call by value).

Recursive Programs

27.   C Program to print Tower of Hanoi using recursion .

Series

Sum=1-x2/2!+x4/4!-x6/6!+x8/8!-x10/10!

Sizeof Operator

Sorting

String Operations Without using Library Function

Structure Concept