Tag: dailyprompt-1901
-
C++ Programming Questions and Answers – C++ Concepts – 1
Q 1. In which part of the for loop termination condition is checked?for(I;II;III){IV}A. IB. IIC. IIID. IV Show Answer Answer:-B. II Explanation In II part the termination condition of the for loop is checked. Q 2. What is dynamic binding?A. The process of linking the actual code with a procedural call during compile -timeB. The…
-
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 and then “Destructor called”…
-
GK Quizs Question on U.S. Army
Q 1. Which branch of the US military is in charge of conducting operations at sea and underwater? A. Army B. Air Force C. Marine Corps D. Navy Show Answer Answer:-D. Navy Q 2. What is the U.S. Coast Guard’s main purpose? A. Air and Space Defense B. Border Security C. Maritime Law Enforcement D.…
-
Current Affairs Quiz – March, 2024
Q 1.Which one of the following company recently collaborated with MAHAGENCO to develop Renewable Energy Parks in Maharashtra?A. Tata GroupB. NTPC Green Energy LimitedC. Reliance Industries LimitedD. ITC Limited Show Answer Answer:-B. NTPC Green Energy Limited Explanation NTPC Green Energy Limited (NGEL) collaborates with Maharashtra State Power Generation Company Limited (MAHAGENCO) to establish Renewable Energy…
-
Maths Quizs Answers with Solutions
Q 1. 121 Divided by 11 is A. 11 B. 10 C. 19 D. 18 Show Answer Answer:-A. 11 Q 2. 60 Times of 8 Equals to A. 480 B. 300 C. 250 D. 400 Show Answer Answer:-A. 480 Q 3. Find the Missing Term in Multiples of 6 : 6, 12, 18, 24, ,…
-
General Knowledge Quizs Question Answer Aptitude English
Q 1. GHASTLY A. Terrible B. Pretty C. Sanction D. Pleasant Show Answer Answer:-A. Terrible Q 2. GRATUITY A. Disadvantage B. Cash C. Tip D. Pain Show Answer Answer:-C. Tip Q3. LUCID A. Dirty B. Liquid C. Solid D. Clear Show Answer Answer:-D. Clear Q 4. PREVAILING A. Popular B. Implemented C. Existing D. Winning…
-
Top 100 Australia General Knowledge Quizs Question and Answers ULTIMATE
Q 1. Which constellation is depicted on the Australian flag? Show Answer Answer:- The Southern Cross Q 2. What two animals are featured on the Australian coat of arms? Show Answer Answer:- Kangaroo & Emu Q 3. What is the name of Australia’s largest cattle station? Show Answer Answer:- Anna Creek Station (it is located…
-
General Knowledge Quizs Question and Answers Canada
Q 1. Who was the first Prime minister of Canada ? A. Sir John Abbott B. Alexander Mackenzie C. Sir John A. Macdonald D. Sir Charles Tupper Show Answer Answer:- C. Sir John A. Macdonald Q 2. Who was the first woman Prime minister of Canada ? A. Kim Campbell B. Nellie McClung C. Elizabeth…
-
Python Questions and Answers – Bitwise – 1
Q 1. What will be the output of the following Python code snippet if x=1? x<<2 A. 8B. 1C. 2D. 4 Show Answer Answer:-D. 4 Explanation The binary form of 1 is 0001. The expression x<<2 implies we are performing bitwise left shift on x. This shift yields the value: 0100, which is the binary…
-
US State – Alabama General Knowledge | Top Colleges In Alabama and Online Education | GK Quizs Question about Alabama
Q 1. Which iconic civil rights march took place in Alabama in 1965, from Selma to Montgomery? Show Answer Answer:- The Selma to Montgomery March or the Selma Voting Rights Movement. Q 2. Which Alabama city is known as the “Rocket City”? Show Answer Answer:- Huntsville Q 3. What is the official state tree of…