• Program to Determine whether a given date is valid or not.
  • Program to Display a vertical line as per specified input.
  • Program to Display all the odd and even numbers from 1 to 50.
  • Program to Demonstrate the working of the for loop.
  • Program to Calculate X^n where n can either be zero, a positive integer or negative integer.
  • Program to Take a number as input and reverse the number.
  • Program to Example of a program making finite but unknown repetitions.
  • Program to Find out the sum of first 100 natural numbers.
  • Program to Calculate the sum of all numbers between two given numbers.
  • Program to Display the multiplication table of a number upto 10 .
  • Program to Study of functions - 1.
  • Program to Study of functions - 2 .
  • Program to Study of pointer to functions.
  • Program to Sample to illustrate drawing basic shapes.
  • Program to Sample to illustrate using Fonts in graphics.
  • Program to Sample program to illustrate fill patterns.
  • Program to Sample program to illustrate animation.
  • Program to Determine the greatest of three numbers.
  • Program to Determine the greatest of three numbers.
    Applying logical operators.
  • Program to Accept 3 integers as input and find the sum obtained by adding the first number with the greater out of the two remaining values.
  • Program to Study of variables and scanf function.
  • Program to determine whether a person can be insured or not.
  • Program to implementation file for a stack of integers.
  • Program to structure and function definitions for a stack of integers .
  • Program to Sample program on switch ... case using integer constants.
  • Program to Take a year as input and determine whether it leap or not.
  • Program to implementation of singly linkedlist.
  • Program to structure definition for linklist.
  • Program to Create a list to store the names of five people and
    count the number of vowels in it.
  • Program to A program to implement the linear search algorithm.
  • Program to Study of #define macros.
  • Program to Study of #define macros.
  • Program to Study of #error directive.
  • Program to Study of #line directive.
  • Program to Accept marks obtained by a student in 5 different subjects and
    calculate the total and percentage.
    Assume marks to be out of 100 and integer values.
  • Program to create a 3 by 3 array of integers and find the sum of each of its rows, columns and the left diagonal.
  • Program to Find the largest value in a 2D array.
  • Program to  Write a menu based program which allows users to perform
    the following tasks :
    1. Calculate the sum of digits of a number
    2. Reverse a number
    3. Determine whether a year is leap or not.
    4. Display the multiplication table of a number upto 10
    5. Calculate Xn
    6. Calculate n!
    7. Determine whether a date entered is valid or not.

    The program should exit only when the user desires.
  • Program to Given the following set of conditions determine the
    grade obtained by a student.
    i) if the percentage obtained is more than or equal to 60
    then the grade given is A.
    ii) if the percentage obtained is between 50 and 60
    then the grade given is B.
    iii) if the percentage obtained is between 40 and 50
    then the grade given is C.
    iv) if the percentage obtained is less than 40
    then the grade given is FAIL.
  • Program to Search and count for a given char in the string.
  • Program to 111 112 113 121 122 123..
  • Program to 112 113 121 122 131 132..
  • Program to 123 132 213 231 312 321.
  • Program to A
    AB
    ABC
    ABCD
    ABCDE.
  • Program to ABCDEFEDCBA
    ABCDE EDCBA
    ABCD DCBA
    ABC CBA
    AB BA
    A A.
  • Program to *
    **
    ***
    ****
    *****.
  • Program to *
    **
    ***
    ****
    *****.
  • Program to
    *
    ***
    *****
    *******
    *********.
  • Program to display all prime numbers in the given range. If there are none, display a message "No prime numbers between <num1> to <num2>".
  • Program to Study of nested while loop.
  • Program to Transpose a non-square matrix.
  • Program to  study of a null pointer.
  • Program to Take input into an integer variable and determine whether it is a single digit number, double digit number, triple digit number, four digit number or a higher digit number.
  • Program to Take an integer value as input and determine whether it is odd or even.
  • Program to Study of variables and printf function.
  • Program to Determine Profit or Loss.
  • Program to Determine Profit / Loss / No Profit-No Loss .
  • Program to study of pointers - 1.
  • Program to study of pointers - 2.
  • Program to  pointer to an array - 1 (pointer arithmetic).
  • Program to pointer to an array - 2 (pointer indexing).
  • Program to study of pointer to a pointer.
  • Program to study of pointers - 3 .
  • Program to study of pointers - 4.
  • Program to study of pointers - 5.
  • Program to study of pointers - 6.
  • Program to Pointers to constants.
  • Program to Take input into an integer variable and reverse the number. Assume that the input will be a five digit number.
  • Program to Take the basic salary of an employee as input and calculate the following :
    Dearness allowance is 10% of basic salary
    House rent allowance is 7% of basic salary
    Gross salary = Basic salary + Dearness allowance + House rent allowance
    Income tax is 8% of gross salary
    Net salary = Gross salary - Income tax.
  • Program to Sample C Program.
  • Program to Study of automatic storage class.
  • Program to Study of external storage class.
  • Program to Study of Register Storage Class.
  • Program to Study of static storage class.
  • Program to Accept values from 0 to 6 as input and display Monday if 0, Tuesday if 1 and so on upto Sunday.
  • Program to Write a program to calculate simple interest.
  • Program to Take input into an integer variable and calculate the
    sum of its digits. Assume that the input will be a five digit number.
  • Program to Transpose a square matrix within itself.
  • Program to Sort the given array in the descending order - selection sort.
  • Program to Tata Steel grades the steel produced at its Jamshedpur plant
    on the following parameters.
  • Program to Study of strings - 1.
  • Program to Study of strings - 2.
  • Program to Study of strings - 3.
  • Program to Study of structures - 1.
  • Program to Study of structures - 2.
  • Program to Study of structures - 3.
  • Program to Study of structures - 4.
  • Program to Study of structures - 5.
  • Program to  Study of structures - 6.
  • Program to Creating and using an array of struct variables.
  • Program to Pasing elements of a struct variable as parameters to a function.
  • Program to Passing a struct variable as parameter to a function.
  • Program to Search info in an array of struct variables & Shows how a function can return a structure variable.
  • Program to Calculate the sum of the following series.
    1 + x^3/3! + x^5/5! .. upto 10 terms.
  • Program to Calculate the sum of the following series.
    1 - x^3/3! + x^5/5! .. upto 10 terms.
  • Program to Interchange or exchange the values of two variables.
  • Program to Determine the greatest of three numbers.
  • Program to Accept 3 integers as input and find the sum obtained by adding the first number with the greater out of the two remaining values.
  • Program to Study of union data-type.
  • Program to Study of union data-type.& Union definition.
  • Program to Take the day, month and year as input and determine
    whether the date entered is valid or not.
  • Program to Calculate n!.
  • Program to Demonstrate the working of the while statement.
  • Program to Accept marks obtained in 5 subjects in a loop, calculate the percentage and determine the highest and lowest marks.
  • Program to Display all the odd and even numbers from 1 to 50.
  • Program to  Calculate X^n where n can either be zero, a positive integer or negative integer.
  • Program to Determine whether a number is prime or not.
  • Program to Take a number as input and reverse the number.
  • Program to Example of a program making finite but unknown repetitions.
  • Program to Find out the sum of first 100 natural numbers.
  • Program to Calculate the sum of all numbers between two given numbers.
  • Program to Display the multiplication table of a number upto 10.