A prime number is the positive integer. (Besides ) which is divisible by 1 and itself. Examples: 2, 3, 5, 7, 11, 13, 17, 23, 29 etc. A number which is not prime is called a composite...
Constructor and Destructor What is the need of a constructor and it can be explained with an example: // Turbo C compiler #inlcude #include #include class Stud { int Rno; char Name; public: void...