Home
Assembly Language
C Programs
C++
Java
Python
No posts with label
c++
.
Show all posts
No posts with label
c++
.
Show all posts
Home
Subscribe to:
Comments ( Atom )
Labels
assembly language
c plus plus
c programs
c++
Java
Python
Popular Posts
C program to Reverse a Number | Program to Reverse a Number in C
1. Reversing a Number Using While loop In this program, we will ask the user to enter the number which user want to reverse. The program wil...
How To Find Grade of a Student Using Switch Case In C Program
In this tutorial, we’ll learn the c program to find the grade of a student using a switch case. We’ll also learn how we can find the grade ...
Shortest Job First Program in C
What is Shortest Job First? This is an approach that considers the next CPU burst. Each process possesses its next CPU burst. When CPU is ...
Quick Sort Program in C++ – [Algorithm with Explanation]
What is Quick Sort? Quicksort is a very efficient sorting method. It is also called “partition Exchange Sort” . The strategy used here is...