Showing posts with label C Programs. Show all posts
Showing posts with label C Programs. Show all posts

Wednesday, 10 October 2012

Programming With C #3 Checking Entered Number Is Perfect Square Or Not

2 comments
Hello, Friends this is our 3rd program of C language.

Our previous Programs our:




I am sure that you have find them helpful for you.



Read More...

Monday, 8 October 2012

Programming With C #2 Simple Interest

Leave a Comment
Hello, Friends this is our 2nd program for you.

How to Calculate Simple Interest in c


We all know how to calculate Simple Interest In our real life , but then also we will be moving step by step.



Simple Interest Formula

SI= Principal * Rate * Time / 100


In the above formula

SI --> Simple Interest

Principal --> Amount ( We all know)

Rate--> Interest Rate

Time--> Time (IN Years)

We, Will be using the above formula in our Program.





Output:




More Programs are coming for you my friends..And if you want any program urgent. Let us know by commenting below....

Read More...

Programming With C #1 Calculator

2 comments

Hello Friends , on the high demand of my friends we are now starting a new category on our site i.e C Programming in which we will be adding various programs, which will surely help you to solve out your problem , and if you don't find any solution to of your problem let us know by commenting below.



So Let's Start , Without wasting any more time

So , it is our first program of C Language. In this we will be making a program in which we will be accepting  2 numbers from the user and will be Displaying the Addition , Multiplication , Subtraction and Division of that two numbers. Below is the coding of that :-



Output :



Read More...