Malpractice
Malpractice
Q15) Print random alphabets using rand() & srand() to get different alphabets each time.
Q16) Print random alphabets using rand() & srand() to get different alphabets in SEQUENCE.
Q25) To print cricket players name with their runs with using structure.
C++ Programs:
Q27) To find Prime number or not.
Q30) To Calculate Area and Volume of a Room in C++ using Class name as Room.
Q31) To Calculate Area of the Rectangle in C++ using Class name as Rectangle.
Q32) C++ program to convert binary number to decimal number using class.
Q35) Program to count the object number that has been called.
Q37) Calculate the child pocket money that child got from father and mother and print the total
using multi inheritance.
Compare two numbers and find which number is lesser than the other number using Operator
overloading by binary operator.