Browse studyfied

Looking for something? Search here to find quickly...

Recent updates
All recently added posts
C program to calculate compound interest
Compound Interest Compound interest (or compounding interest) is the interest calculated on the principal, including…

March 7, 2019

C program to print size of different datatypes
This C program shows that how you can print size of any data type available…

March 7, 2019

C calculate year week and days from given total days
In this C program, we are going to see how we can calculate Year, Week…

March 7, 2019

C program to find ASCII value of a character
ASCII Value ASCII (American Standard Code for Information Interchange) is the character encoding standard of…

March 7, 2019

C program to calculate simple interest
Simple interest Simple interest is a simple way to calculate the interest on a loan.…

March 6, 2019

C program to calculate area of a circle
Area of a circle The area of a circle is the number of square units…

March 6, 2019

C swap two numbers without temporary variable
Swapping numbers Swapping numbers means exchanging the values between two or more variables. In this…

March 6, 2019

C swap two numbers using temporary variable
Swapping numbers Swapping numbers means exchanging the values between two or more variables. In this…

March 6, 2019

C addition of two user given numbers
This is an example program that demonstrates how you can perform the addition of two…

March 6, 2019

C basic input output string
Input output string There are several ways to take a string input from the console.…

March 6, 2019