0% found this document useful (0 votes)
123 views21 pages

Ankush CPP File

The document is a project submission for a CADLAB C++ Programming course. It includes an index listing 20 programming problems completed as part of the course. Each problem is numbered and includes the problem statement, program output, and date. The programs cover basic C++ concepts like string manipulation, matrices, recursion, data types, conditional statements, and math operations. The submission is from Ravindra Kumar Saw to his instructor Mamta Mam for the ERP-19/910 course.

Uploaded by

Kimme
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
123 views21 pages

Ankush CPP File

The document is a project submission for a CADLAB C++ Programming course. It includes an index listing 20 programming problems completed as part of the course. Each problem is numbered and includes the problem statement, program output, and date. The programs cover basic C++ concepts like string manipulation, matrices, recursion, data types, conditional statements, and math operations. The submission is from Ravindra Kumar Saw to his instructor Mamta Mam for the ERP-19/910 course.

Uploaded by

Kimme
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

BACHELOR OF COMPUTER APPLICATION (B.C.

A)
CADLAB (C++ PROGRAMMING) PROJECT

Submitted To:- Submitted By:-


MAMTA MAM RAVINDRA KUMAR SAW
ERP- 19/910
INDEX
S.NO. EXPERIMENTS DATE REMARKS

1 Program to display “Hello World”


2 Write a Program in C++ to concatenate
two strings
3 Write a Program in C++ to Add Two
Matrix Using Multi-dimensional Arrays
4 Write a Program in C++ to Find Factorial
5 Write a Program in C++ for copy
constructor
6 Write a Program in C++ to Check Leap
Year

7 Write a Program in C++ to Reverse a


Number
8 Write a Program in C++ to Check Whether
a Number is Palindrome or Not
9 Write a Program in C++ in Check Whether
a Number is Prime or Not
10 Write a Program in C++ to Check Prime
Number By Creating a Function
11 Write a Program in C++ to Calculate
Factorial of a Number Using Recursion

12 Write a Program in C++ to Find the Length


of a String
13 Write a Program in C++ to Display
Fibonacci Series
14 Write a Program in C++ to Generate
Multiplication Table
15 Write a Program in C++ to Check Whether
Number is Even or Odd
16 Write a Program in C++ to Find ASCCI
Value of a Character
17 Write a Program in C++ to Swap Two
Numbers
18 Write a Program in C++ to Calculate Power
of a Number
19 Write a program in C++ to Find Largest
Number Among Three Numbers
20 Write a program in C++ to Multiply two
Numbers.
1-
Program to display “Hello World”

OUTPUT:

2-Program to concatenate two strings


Output
3-
Program to print addition of matrices
4-Program to print factorial of a number

Output
5-
Program to display copy constructor

Output:
6-Program that whether the given year is leap year or not.

7- Program to reverse a number


7-
8-Program to check whether the number is palindrome or not
9-
Program to check whether the number is prime or not
10-
Program to check whether is it prime or not by creating a
Function
11-
Program to find the factorial by recursion

12-Program to find the length of a string


12-
13-Program to print fibonacci series

14-Program to find multiplication table


15-Program to check whether the number is odd or even
16- Program to find ASCII value of a given character

17- Program to swap two numbers


18-Program to generate power of a number
19-Program to find the largest number among three numbers.
20-Pogram to multiply two numbers

You might also like