Skip to content

Programming Articles

  • HOME
  • Python
  • JavaScript
  • C/C++
  • Java
  • Terms & Conditions and Privacy Policy
  • About US
Main Menu
Examples / Programming

C program to convert Celsius to Fahrenheit

This C program converts temperature in degree Celsius into degree Fahrenheit. Prerequisite knowledge: Here you’re going to solve a problem consisting of a mathematical calculation, therefore you must know the …

C program to convert Celsius to Fahrenheit Learn More
Examples / Programming

C program to find sum and average of three numbers

This C program adds three numbers entered by the user, finds their average up to two decimal places and then prints the results. Prerequisite knowledge: Basic syntax. Average of 3 …

C program to find sum and average of three numbers Learn More
Examples / Programming

C program to find the square and cube of a number

In this C program, the user enters a number and you have to calculate its square and cube. Prerequisite knowledge: Basic syntax. Basic mathematics. Program: C program to find the …

C program to find the square and cube of a number Learn More
Examples / Programming

C program to find sum of digits of a number

This C program calculates the sum of the digits of a number. Algorithm: Extract the digits of the number and simply add them all, that’s it. Code 1: C program …

C program to find sum of digits of a number Learn More
Examples / Programming

How to reverse a number in C

Program: Write a C program to reverse the digits of a number Important topics: Remainder, division, number system, while loop. Algorithm: Extract all the digits from the given number and …

How to reverse a number in C Learn More
Examples / Programming

Python program to print even and odd numbers from 1 to 100

In this article you’ll learn: Python program to check whether a number is even or odd Python program to print even and odd numbers from 1 to 100 using various …

Python program to print even and odd numbers from 1 to 100 Learn More
Examples / Programming

C program to check whether a number is even or odd

This C program checks whether the entered number is even or odd. Same algorithm is used to check whether a given number is even or odd. Prerequisite knowledge: A number …

C program to check whether a number is even or odd Learn More
Examples / Programming

Python program to calculate area and circumference of a circle

This python program/script calculates and prints the area and circumference of a circle. In both the cases, the user enters the radius of the circle. Prerequisite knowledge: Value of pi …

Python program to calculate area and circumference of a circle Learn More
C/C++ / Examples / Programming

C program to calculate area and circumference of a circle

This C program calculates and prints the area and circumference of a circle. The user enters the radius of the circle. Basic Mathematics : Area of a circle – π …

C program to calculate area and circumference of a circle Learn More
C/C++ / Examples / Programming

C program to change the case of an alphabet

C program to convert lowercase alphabet to uppercase and uppercase alphabet to lowercase.

C program to change the case of an alphabet Learn More
Examples / Programming

Hello world program in C

This is the best way to start programming in C. This program prints a string “Hello World!!!” and we’re doing this just to maintain the tradition of first Hello World …

Hello world program in C Learn More
Python

Learn Python programming- Getting started

This article covers the most common query – How to start programming in python? Start python by running the Python interactive prompt.Just type python (or python3 if you’ve both python …

Learn Python programming- Getting started Learn More
FEATURED / Latest / Python

Is Python hard to learn? Top best learning resources

Is python hard to learn? How long to learn python? Is python easy to learn? there are many similar questions that come to one’s mind while starting to learn python. This article will clear your all the doubts related to the language and you’ll get the best resources to learn python at the end.

Is Python hard to learn? Top best learning resources Learn More

Posts navigation

Previous 1 … 29 30

Featured Posts

From UNIX to Linux – History of Linux

21st November 202010th September 2022

Best themes for Ubuntu: Make Ubuntu Beautiful

20th October 202010th September 2022

Strings in Python

12th September 202010th September 2022

Is Python hard to learn? Top best learning resources

18th April 202010th September 2022

Recent posts

  • How to pad a string with zeroes to the left?
  • What is the difference between process and thread?
  • How to generate a random alpha-numeric string in Java?
  • How to auto-resize an image to fit a ‘div’ container?
  • How to get a Docker container’s IP address from the host?
  • How to display a JavaScript object?
Copyright © 2023 Programming Articles.
Powered by WordPress and HitMag.