0% found this document useful (0 votes)
4 views

C++ practical list

It contains important C++ programs for bca students

Uploaded by

Mohd Asif
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
4 views

C++ practical list

It contains important C++ programs for bca students

Uploaded by

Mohd Asif
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 3
WAP to print the pattern in C++ using loop. or ee ee weet WAP to add two numbers and print their average in C++. WAP to illustrate structure in C++. WAP to illustrate reference variable. WAP to illustrate scope resolution operator. WAP to illustrate new and delete operators. WAP to illustrate the use of setw() ,setfill() and endl manipulators. WAP to illustrate call by reference. WAP to illustrate inline function. WAP to illustrate default arguments. WAP to illustrate function overloading. WAP to create a class in C++. WAP to illustrate static data members and static member functions in a class. WAP to illustrate Array of objects. WAP to pass object as an argument to a function. WAP to illustrate a function returning object. WAP to illustrate friend function. WAP to create a nested class. WAP to create a local class. WAP to illustrate constant function. WAP to illustrate a default/Parameterized constructor in a class. WAP to illustrate constructor overloading. WAP to illustrate destructors. WAP to illustrate single inheritance. WAP to illustrate multilevel inheritance. WAP to illustrate multiple inheritance. WAP to illustrate hierarchical inheritance. WAP to illustrate hybrid inheritance. WAP to overload unary minus (-) operator. WAP to overload binary + operator to add two complex numbers. WAP to overload binary + operator to concatenate two strings. WAP to illustrate virtual function. WAP to illustrate pure virtual function / abstract class. WAP to illustrate 'this' pointer. WAP to create a template class. WAP to create a template function. WAP to illustrate get() and put() functions. WAP to open a file and read it’s contents.

You might also like