Kalyani University UG-2nd Semester Examination Programming in C++
1.Problem_001-> Write a C++ program which takes the radius of a circle as input from the user, passes it to another function that computes the area and the circumference of the circle and displays the value of area and circumference from the main()
2.Problem_002-> Write a C++ program to illustreate the operator overloading concept using matrix addition as an example.
3.Problem_003-> Write a C++ program to illustrate virtual function implementation
4.Problem_004-> Write a C++ program to illustrate exception handling concept using stack operation as an example
5.Problem_005-> Write a c++ program to illustrate dynamic polymorphisam using different shapes as an example