my all program

How to Check if a Given Number is Even or Odd in C Language
In this post, I shall explore you how to check a given number is even or odd in C programming language. Here, I show you a program (code) to find even or odd.

How to Swap Two Integer Numbers in C Programming Language
In this post, I shall explore you how to swap two integer numbers in C programming language. Here, I show you examples for swapping two numbers with source code

How to Create Different Pattern using C Programming Language
In this post, I shall explore you how to create different types of pattern in C programming language. Here, I also show you different programs with source code.

How to Find and Display Pythagorean Triples in C Language
In this post, I shall explore you how to create a program (with source code) that finds and display Pythagorean triples up to a limit in C programming language.

How to Convert Binary to Decimal in C Programming Language
In this post, I shall explore you how to convert binary (base 2) number to equivalent decimal (base 10) number in C programming language with source code.

How to Convert Decimal to Binary in C Programming Language
In this post, I shall explore you how to convert a positive integer number (base 10) to binary (base 2) in C programming language with an example (source code).

How to Convert Roman Numeral to Integer Number in C Language
In this post, I shall explore you how to convert roman numeral to integer number in C programming language. I show you an example of program with source code.

How to Convert Integer Number to Roman Numeral in C Language
In this post, I shall explore you how to convert an integer number (1 to 1000) to corresponding Roman numeral in C programming language with the source code.

How to Calculate Minimum Number of Indian Note in C Language
In this post, I shall explore you how to calculate the minimum numbers of Indian rupee notes of an amount in C programming language (example and source code).

How to Calculate Quotient and Remainder using C Language
In this post, I shall explore you how to calculate quotient and remainder of two integer numbers in C programming language with an example and source code.

How to Create a Magic Square using C Programming Language
In this post, I shall explore you how to create a simple magic square of order 4 in the Turbo C++ IDE using the C or C++ programming language.

How to Solve Various Problems on Calendar by C Language
The various Gregorian calendar-related problems like find the day of the date, difference of dates and generate calendar can solve using C programming language

How to Calculate Volume and Surface Area of Geometric Shapes by C Language
In this article, I show you how calculate the volume and surface area of various geometrical shapes with the appropriate mathematical formulas and algorithms.

How to find the Prime Number by C Programing Language
In this post, I shall explore you how to create various types of prime number related programs in C programming language with source code.

How to Calculate Area and Perimeter of Geometrical Shapes by C Language
In this post, I shall explore you how to calculate the area and perimeter of various geometrical shapes in C programming language with example (source code).

How to Display ASCII Value of Character by C Language
In this post, I shall explore you how to create a program that displays the ASCII value of character in C programming language with an example and source code.

How to Reverse Number by C Programing Language
In this post, I shall explore you how to create a simple program with example (source code) that can reverse a given integer number in C programming language.

How to Calculate the Sum of Digits by C Program
In this post, I shall explore you how to create a program with source code that calculates the sum of digits of a given integer number in C programming language

How to Convert Temperature by C Program
In this post, I shall explore you how to convert temperature between different units (Celsius, Fahrenheit and Kelvin) in C programming language with source code

How to Calculate Average Input by User in C Program
In this post, I shall explore you how to create a program that calculates the average of input by the user in C programming language with example (source code).

How to Convert Km To Meter, Feet, Inch, Cm by C Program
In this post, I shall explore you how to convert distances from kilometers to meters, feet, inches, and centimeters in C programming language with source code.

How to Calculate Gross Salary by C Program
In this post, I shall explore you how to calculate gross salary of an employee in C programming language. Here, I show you gross salary program with source code

How to Calculate Simple and Compound Interest by C Program
In this post, I shall explore you how to calculate simple and compound interest using C programming language. I show you an example of program with source code.

How to Add Numbers Input by User in C Program
In this post, I shall explore you how to add two numbers in C programming language. Here, I show you the example and source code of the two addition programs.

How to Input Output in C Program
In this post, I shall explore you how to handle input and output operations using different types of functions of the stdio.h library in C programming language.

How to Write Hello World Program in C
In this post, I shall explore you how to write and run "Hello World" program in the Visual Studio Code (VS Code) using C programming language with source code.
Latest post
Scroll to Top