July 16, 2021 in C and CPP What is a pointer? How it can be used with objects of a class? Explain this pointer. Read More
July 16, 2021 in C and CPP Explain exception and its types. How are exceptions handled in C++? Read More
July 16, 2021 in C and CPP Create two classes DistMeter and DistFeet, which stores the values of distances. Read More
July 16, 2021 in C and CPP A class Distance has two data members: feet in integer and inch in float. Read More
July 16, 2021 in C and CPP A class Student has rollno, branch; Inter_exam has sub1mark, sub2mark; Ext_exam has sub1mark, sub2mark and Result has Total as data members. Read More