Program to calculate a simple interest

Monday, October 17th, 2011  »  Posted By  »  Total 2 Comments

Here is the program to calculate a simple interest

Program to calculates the area of a rectangle

Monday, October 17th, 2011  »  Posted By  »  Total 0 Comment

Here is the program to calculates the area of a rectangle,

Program to accept five numbers and display the sum of even numbers and product of odd numbers

Friday, October 14th, 2011  »  Posted By  »  Total 3 Comments

Here is the program which accepts five numbers and display the sum of even numbers and product of odd numbers.

Program to check the occurence of digit in a given number

Friday, October 14th, 2011  »  Posted By  »  Total 3 Comments

This program checks the occurrence of digit 5 in a given number.

Program to find out the sum of first n numbers

Friday, October 14th, 2011  »  Posted By  »  Total 0 Comment

Here is the program to find out the sum of first n numbers.

Program to generate a table of a given input number

Friday, October 14th, 2011  »  Posted By  »  Total 0 Comment

Here is the program which generates a table of a given input number.

Program to check a triangle is a equilateral, isosceles or scalene

Thursday, October 13th, 2011  »  Posted By  »  Total 0 Comment

Here is the program to check a triangle is equilateral, isosceles or scalene.

Program to accept a character and check whether entered character is vowel or not using switch statement

Friday, October 7th, 2011  »  Posted By  »  Total 0 Comment

This program accepts a character and check whether entered character is vowel or not using switch statement.

Program to find out whether a entered number is divisible by 3 and 5 or not

Friday, October 7th, 2011  »  Posted By  »  Total 0 Comment

This program find out whether a entered number is divisible by 3 and 5 or not.

Program to accept a list of numbers and display it in reverse order using function concept

Friday, October 7th, 2011  »  Posted By  »  Total 0 Comment

This program accepts a list of numbers and displays it in reverse order using function concept. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 #include "stdio.h" #include "conio.h"   int a[5],b[5];   [...]

Question and Answer
C/C++ Unix & Linux Wordpress
Source codes
C C++ Java

Free email signup