Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

List of Programmes in C++

Q.1 - Write a Program to Print Number Entered by User


Q.2 - Write a Program to Add Two Numbers
Q.3 - Write a Program to Find Quo ent and Remainder
Q.4 - Write a Program to Find Size of int, float, double and char in Your System
Q.5 - Write a Program to Swap Two Numbers
Q.6 - Write a Program to Check Whether Number is Even or Odd
Q.7 - Write a Program to Check Whether a character is Vowel or Consonant.
Q.8 - Write a Program to Find Largest Number Among Three Numbers
Q.9 - Write a Program to Find All Roots of a Quadra c Equa on
Q.10 - Write a Program to Calculate Sum of Natural Numbers
Q.11 - Write a Program to Check Leap Year
Q.12 - Write a Program to Find Factorial
Q.13 - Write a Program to Generate Mul plica on Table
Q.14 - Write a Program to Display Fibonacci Series
Q.15 - Write a Program to Find GCD
Q.16 - Write a Program to Find LCM
Q.17 - Write a Program to Reverse a Number
Q.18 - Write a Program to Calculate Power of a Number
Q.19 - Write a Program to Subtract Complex Number Using Operator Overloading
Q.20 - Write a Program to Find ASCII Value of a Character
Q.21 - Write a Program to Mul ply two Numbers
Q.22 - Write a Program to Check Whether a Number is Palindrome or Not
Q.23 - Write a Program to Check Whether a Number is Prime or Not
Q.24 - Write a Program to Display Prime Numbers Between Two Intervals
Q.25 - Write a Program to Check Armstrong Number
Q.26 - Write a Program to Display Armstrong Number Between Two Intervals
Q.27 - Write a Program to Display Factors of a Number
Q.28 - Write a Programs To Create Pyramid and Pa ern
Q.29 - Write a Program to Make a Simple Calculator to Add, Subtract, Mul ply or Divide Using switch...case
Q.30 - Write a Program to Display Prime Numbers Between Two Intervals Using Func ons
Q.31 - Write a Program to Check Prime Number By Crea ng a Func on
Q.32 - Write a Program to Check Whether a Number can be Express as Sum of Two Prime Numbers
Q.33 - Write a program to Find Sum of Natural Numbers using Recursion
Q.34 - Write a program to Calculate Factorial of a Number Using Recursion
Q.35 - Write a Program to Find G.C.D Using Recursion
Q.36 - Write a Program to Convert Binary Number to Decimal and vice-versa
Q.37 - Write a Program to Convert Octal Number to Decimal and vice-versa
Q.38 - Write a Program to Convert Binary Number to Octal and vice-versa
Q.39 - Write a program to Reverse a Sentence Using Recursion
Q.40 - Write a Program to Calculate Power Using Recursion
Q.41 - Write a Program to Calculate Average of Numbers Using Arrays
Q.42 - Write a Program to Find Largest Element of an Array
Q.43 - Write a Program to Calculate Standard Devia on
Q.44 - Write a Program to Add Two Matrix Using Mul -dimensional Arrays
Q.45 - Write a Program to Mul ply Two Matrix Using Mul -dimensional Arrays
Q.46 - Write a Program to Find Transpose of a Matrix
Q.47 - Write a Program to Mul ply two Matrices by Passing Matrix to Func on
Q.48 - Write a Program to Access Elements of an Array Using Pointer
Q.49 - Write a Program to Swap Numbers in Cyclic Order Using Call by Reference
Q.50 - Write a Program to Find the Frequency of Characters in a String
Q.51 - Write a Program to Find the Number of Vowels, Consonants, Digits and White Spaces in a String
Q.52 - Write a Program to Remove all Characters in a String Except Alphabets.
Q.53 - Write a Program to Find the Length of a String
Q.54 - Write a Program to Concatenate Two Strings
Q.55 - Write a Program to Copy Strings
Q.56 - Write a Program to Sort Elements in Lexicographical Order (Dic onary Order)
Q.57 - Write a Program to Store Informa on of a Student in a Structure
Q.58 - Write a Program to Add Two Distances (in inch-feet) System Using Structures
Q.59 - Write a Program to Add Complex Numbers by Passing Structure to a Func on
Q.60 - Write a Program to Store and Display Informa on Using Structure
Q.61 - Write a Program to Create a Class and Object
Q.62 - Write a Program to Show Encapsula on
Q.63 - Write a Program to Show Inheritance
Q.64 - Write a Program to Show Abstrac on in Class
Q.65 - Write a Program to Show Data Hiding in Class
Q.66 - Write a Program to Show Polymorphism in Class
Q.67 - Write a Program to Show Func on Overloading
Q.68 - Write a Program to Show Operator Overriding
Q.69 - Write a Program to Show Usage of Access Modifier
Q.70 - Write a Program to Show Use of this Keyword in Class
Q.71 - Write a Program For Friend Func ons
Q.72 - Write a Program to Add Two Complex Numbers

Udit Kumar Mishra

You might also like