0% found this document useful (0 votes)
37 views1 page

Department of Computer Applications: CAC1208 OOPS and C++ LAB List of Exercises

The document lists 13 exercises for a CAC1208 OOPS and C++ LAB course. The exercises include implementing programs to calculate sums, factorials, sorting, and using classes, pointers, and overloading.

Uploaded by

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

Department of Computer Applications: CAC1208 OOPS and C++ LAB List of Exercises

The document lists 13 exercises for a CAC1208 OOPS and C++ LAB course. The exercises include implementing programs to calculate sums, factorials, sorting, and using classes, pointers, and overloading.

Uploaded by

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

DEPARTMENT OF COMPUTER APPLICATIONS

CAC1208 OOPS and C++ LAB

List of Exercises

1. To implement the following C++ Programs.

 Sum of two numbers


 Swapping of two numbers
 Sum of natural numbers
 Largest of three numbers

2. To write the following C++ Prorgrams.

To display number of vowels , constants, digits and spaces

3. To find the average of an array of an objects.

4. To display the Fibonacci series of a given number.

5. To find the factorial of n numbers

6. To find all roots quadratic equation

7. To implement a c++ program using this pointer

8. To write a c++ program of sorting a given number using pointer.

9. To write a c++ programs using virtual function and static function

10. To write a c++ programs create a class student and access their details.

11. To write a c++ programs implement function overloading.

12. To write a c++ programs implement a bank account and details.

13. To write a c++ programs for implementation of stack operation.

You might also like