Group 2

A colorful and vibrant quiz interface showcasing a blend of general knowledge themes such as programming, Indian history, and logos in a playful layout.

Engaging General Knowledge Quiz

Test your knowledge across various subjects with our engaging quiz designed for curious minds! Challenge yourself with interesting questions that cover logos, programming, Indian history, and more.

Participate now to enjoy:

  • Thought-provoking questions
  • Diverse topics
  • Instant feedback on your performance
11 Questions3 MinutesCreated by CuriousCat249
I'm not alive, but I have 5 fingers. What am i?
A truck drove to a village and met 4 cars. How many vehicles were going to the village?
Guess the logo.
Guess the Logo.
What is the output of the following code snippet?

#include <stdio.h>

int main() {

     int a[] = {1, 2, 3, 4};

     int sum = 0;

     for(int I = 0; I < 4; i++) {

         sum += a[i];

     }

     printf("%d", sum);

     return 0;

}

1
4
20
10
What is the output of the following code snippet?
 

int main() {

     int sum = 2 + 4 / 2 + 6 * 2;

     printf("%d", sum);

     return 0;

}

2
15
16
18
Is the 3rd element in an array accessed based on pointer notation?
*a+3
*(a+3)
*(*a+3)
&(a+3)
Guess the Logo.
Who is known as the Father of Indian Green Revolution?
Norman Borlaug
MS Swaminathan
Jagdish Chandra Bose
Verghese Kurien
The Indian Space Research Organisation (ISRO) was founded in the year?
1968
1999
1969
1979
What is the capital of Uganda?
Caracas
Oslo
Muscat
Kampala
{"name":"Group 2", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge across various subjects with our engaging quiz designed for curious minds! Challenge yourself with interesting questions that cover logos, programming, Indian history, and more.Participate now to enjoy:Thought-provoking questionsDiverse topicsInstant feedback on your performance","img":"https:/images/course5.png"}
Powered by: Quiz Maker