In this tutorial of C programs, our task is to write a c program that checks if student result as...
Tag - C Code Examples
Convert mm millimeter to inches
This is a simple basic C program. it takes input from user at run time. The user enters the value...
C++ Programs Examples with Output
C++ stands out as a robust and advanced programming language, offering high-level capabilities...
C++ Program to Calculate the Power of a Number Using pow Function
In this program, we use C++ Math.pow() function to calculate the power of the given base. C++...
C++ Program to Calculate the Power of a Number Using For Loop
In this example, i’ll show you How to Calculate power of a number using a for loop in C++...
C++ Program to Calculate the Power of a Number Using While Loop
In this program, base and exponent are assigned values 3 and 4 respectively. Using the while loop...
C++ Program to Find Average of Marks
Formula: Average=Obtain Marks * 100 / Total Marks will be used in this program to find Average of...
C++ Program to Convert Minutes into a number of Years and Days
Program to calculate Number of Years and Days according to given minutes. There is total 525600...
Reverse an Integer in C++
C++ program to reverse the number entered by the user, then displays the reversed number on the...
BMI Calculator Program in C++
The Body Mass Index (BMI) is a quick way to assess your body size simply with your weight and...