Posts

Showing posts from May 5, 2013

C Programming Source Code Index

1. Write a program for performing as calculator which allows all Arithmetic Operators from terminal as input. Note: This program allows operators('+' , '-' , '*' , '/' , '%') and operands (Variables) as input from keyboard. 2. Write a C program to find the Simple Interest. Take input for principle amount, rate of interest and time from terminal. 3. Find the highest (maximum) and lowest (minimum) grades in an array of 25 integer grades. Print the array and print the highest and lowest grades, labeled appropriately. 4. Write a C Program to fill up an Integer Array. The length of the array must take from the terminal. After fill up the array do the following operations .