


1 Min Read
2 Min Read
C++ Program to display Student Marksheet
Create a class Student which stores the details about roll no, name, marks of 5 subjects i.e. Science, Mathematics, English, C and C++.
1 Min Read
Check if person is eligible for blood donation
Write a C Program to check whether the blood donor is eligible or not for donating blood.
1 Min Read
Demo the use of Returning a Reference Variable in C++
Write a C++ program to demonstrate the use of returning a reference variable.
1 Min Read
Pointer to Object and Pointer to Member Function
C++ program to call member functions of class in the main function using pointer to object and pointer to member function.
1 Min Read
Swap The Private Data Members of 2 Classes
Write a C++ program to swap the value of private data members from two different classes.