Revision Test - 1 (Std. XII - C++)
Click to Open the Test Page
//Program to find the GCD (Greatest Common Divisor) and LCM (Lease Common Multiplier) #include<iostream> #include<stdlib.h> ...
💬 Stay Away From Anger... It Hurts ....Only You ! 💬 If You Are Right Then There is...
M. S. WORD SHORTCUT KEY COMBINATIONS Key Combination Description Ctrl+0 Toggles 6 pts of spacing be...
M. S. EXCEL SHORTCUT KEY COMBINATIONS Key Combination Description Ctrl+A Select all contents of a worksheet...
5 REASONS YOU NEED TO LEARN TO PROGRAM Most people don’t realize just how important programming is. Just about every aspect o...
Answer the questions (i) and (ii) after going through the following class: class Cricket { int Time; public: Cricket() ...
Answer the questions (i) and (ii) after going through the following class: class Seminar { int Time; public: Seminar() ...
Answer the questions (i) and (ii) after going through the following class: class Vacancy { int VId; char Dept[30]; public: ...
Observe the following C++ code and answer the questions (i) and (ii). Note Assume all necessary files are included in the program. cla...
Download the File. Click here to Watch the Explanation & Developing Video