Make use of stack data structure to reverse a string. The user will enter a string that may have several words and then print the string in reverse.
Write a C++ program to check for the balancing symbols in C++, the symbols can be /* */, [],
{}, and ().
Write a program that would print the information (nume, year of joining. salary, address) of three employees by creating a class named 'Employee
The output should be as follows:
Name Year of joining Address
Roma. 1994. 64C, Jaipur
Ramya. 2000. 68D-Udaipur
Teena. 1999. 26B-Kota
WAP to calculate and display the volume of sphere and cylinder
demonstrating the concept of function overloading
WAP to calculate and display the perimeter of triangle, rectangle and square
demonstrating the concept of function overloading
WAP to calculate and display the surface area of sphere and cylinder demonstrating the concept of function overloading
WAP to calculate and display the area of triangle, rectangle, square and
circle demonstrating the concept of function overloading.
WAP to calculate simple interest using class (Display principal, rate and time along with simple interest)
WAP to find Largest among 3 numbers using class (Display all the three numbers along with largest value)
Write a C++ program to create a base class called STUDENT (Name, Roll Number, Age) and using inheritance create classes UG student and PG student having fields as semester, fees and stipend. Enter the data of 5 students. Store each set of data to file. Find the average age, semester wise for all UG and PG students separately from file. (Assume at least two different values for the semester field for each of UG and PG classes).