//Program to print alphabets in order.
#include...
C++ Program to display the ASCII value of given character [DEVCPP/GCC]
ASCII CODE
ASCII stands for American Standard Code...
C++ Program to find the maximum of three numbers [DEVCPP/GCC]
//Program to find maximum among three numbers
#include...
C++ Program to find maximum among two numbers [DEVCPP/GCC]
//Program to find maximum among two numbers
#include...
C++ Program to find the number of trailing zeros in the factorial of a number [DEVCPP/GCC]
We intend to find the number of trailing zeros...
C++ Program to check whether given character is vowel or consonant [DEVCPP/GCC]
PROGRAM
//Program to check whether given character...
C++ Program to check whether given year is leap year or not [DEVCPP/GCC]
In the Gregorian calendar(internationally accepted...
C++ Program to check whether given number is even or odd [DEVCPP/GCC]
//Program to check whether given number is even...
C++ Program to generate Fibonacci series [DEVCPP/GCC]
//Program to generate Fibonacci series
#include...
C++ Program to calculate circumference of a circle [DEVCPP/GCC]
//Program to calculate circumference of a circle
#include...
C++ Program to swap two numbers using temporary variable [DEVCPP/GCC]
//Program to swap two numbers using temporary variable
#include<iostream>
using...
C++ Program to swap two numbers without using 3rd variable [DEVCPP/GCC]
//Program to swap two numbers without using 3rd...
C++ Program to perform addition of two numbers [DEVCPP/GCC]
//Program to perform addition of two numbers
#include...
C++ Program to convert temperature from degree to fahrenheit [DEVCPP/GCC]
//Program to convert temperature from degree...
C++ Program to display Hello World [DEVCPP/GCC]
//Program to display Hello World
#include...

Introduction
“Programmers never die; They just get lost in...
Subscribe to:
Posts
(
Atom
)