Tag: Today

  • C++ Programming Quizs Question and Answers – Floating Point Types

    C++ Programming Quizs Question and Answers – Floating Point Types

    C++ programming questions focuses on “Floating Point Types”. One shall practice these advanced C++ questions to improve their C++ programming skills needed for various interviews competitive exams. These questions can be attempted by anyone focusing on learning C++ programming language. They can be a beginner, fresher, engineering graduate or an experienced IT professional. Our advanced…

  • C++ Programming Quizs Question and Answers – Character Types

    C++ Programming Quizs Question and Answers – Character Types

    C++ interview questions and answers focuses on “Character Types”. One shall practice these interview questions to improve their C++ programming skills needed for various interviews competitive exams. These questions can be attempted by anyone focusing on learning C++ programming language. They can be a beginner, fresher, engineering graduate or an experienced IT professional. Our C++…

  • C++ Programming Questions and Answers – Static Constant Keyword

    C++ Programming Questions and Answers – Static Constant Keyword

    Q 1. What will be the output of the following C++ code? #include <iostream> using namespace std; class Test { static int x; public: Test() { x++; } static int getX() {return x;} }; int Test::x = 0; int main() { cout << Test::getX() << ” “; Test t[5]; cout << Test::getX(); } A. 0…

  • C++ Programming Quizs Question and Answers – OOPs – 4

    C++ Programming Quizs Question and Answers – OOPs – 4

    Q 1. What will be the output of the following C++ code? #include <iostream> using namespace std; class A { public: A() { cout<<“Constructor called\n“; } ~A() { cout<<“Destructor called\n“; } } ; int main(int argc, char const *argv[]) { A *a = new A[5]; delete[] a; return 0; } A. “Constructor called” five times…

  • GK Questions and Answers on Freedom Fighters of India

    GK Questions and Answers on Freedom Fighters of India

    Q 1. Who founded the “All India Women’s Conference” to work for women’s rights? Show Answer Answer:-Annie Besant Q 2. Which freedom fighter is associated with the Khilafat Movement? Show Answer Answer:-Maulana Abul Kalam Azad Q 3. Who was known as the “Frontier Gandhi” for his work in the North-West Frontier Province (now Khyber Pakhtunkhwa)?…

  • GK Questions on Ayodhya Railway Station With Answer

    GK Questions on Ayodhya Railway Station With Answer

    Q 1. In which Indian state is Ayodhya located? Show Answer Answer:- Uttar Pradesh Q 2. What is the main deity of the Ram Mandir in Ayodhya? Show Answer Answer:-Lord Rama Q 3. What river flows near Ayodhya? Show Answer Answer:-Saryu Q 4. What is the historical significance of Ayodhya? Show Answer Answer:-Birthplace of Lord Rama…

  • Average Sample Practice Questions with Answers

    Average Sample Practice Questions with Answers

    Average Maths Exercise: Q 1. Rajneesh spends 1800 per month on an average for the first four months and 2000 per month for the next 8 months and saves 5600 a year. What is his average monthly income?A. 2400B. 2800C. 3800D. 4500) Show Answer Answer:-A. 2400 Q 2. Find the average of all prime numbers between…

  • Logarithm Questions

    Logarithm Questions

    Laws of Logarithms Questions Q 1. If log10 5 = x, then log2 1250 isA. 3 + 1/xB. 3 – 1/xC. 2 + 1/xD. 2 – 1/x Show Answer Answer:-A. 3 + 1/x Q 2. The number log2 7 isA. An integerB. A rational numberC. An irrational numberD. A prime number Show Answer Answer:-C. An irrational number Q 3. Let…

  • Basic Arithmetic Operations Questions II

    Basic Arithmetic Operations Questions II

    Q 1. 15.04 – 0.065 = ?A. 14.875B. 14.957C. 14.975D. 15.795 Show Answer Answer:-C. 14.975 Q 2. 7329 – 2564 = 3256 + ?A. 1509B. 1699C. 1599D. 1409 Show Answer Answer:-A. 1509 Q 3. 8888 + 888 + 88 + 8 = ?A. 9872B. 10072C. 8962D. 9962 Show Answer Answer:-A. 9872 Q 4. 5584 x 51…

  • Current Affairs Quizs Question – February, 2024

    Current Affairs Quizs Question – February, 2024

    Q 1. According to the ‘Solar Policy 2024’, what is the targeted installed capacity of solar power in Delhi by 2027? A. 5500 MWB 3500 MWC. 4500 MWD. 2500 MW Show Answer Answer:-C. 4500 MW Explanation The Delhi government has launched the Delhi Solar Policy 2024 to boost solar power adoption. Residents can install rooftop…