General Knowledge Trivia Mix

A mixed collection of trivia questions covering history, nature, pop culture, and programming

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What will be printed as the result of the operation below: main() { int x=20,y=35; x=y++ + x++; y= ++y + ++x; printf(“%d%dn”,x,y); }

  1. 57,94
  2. 56,55
  3. 47,59
  4. 56,92
Question 2 Multiple Choice (Single Answer)

What will be printed as the result of the operation below: main() { int x=5; printf(“%d,%d,%dn”,x,x< <2,x>>2); }

  1. 4,21,1
  2. 5,20,0
  3. 5,5,5
  4. 5,20,1
Question 3 Multiple Choice (Single Answer)

The following variable is available in file1.c, who can access it?: static int average;

  1. Function declared static in the file1.c can access the variable
  2. All the functions in the file1.c can access the variable
  3. None of the options
  4. No function in file1.c can have access
Question 4 Multiple Choice (Single Answer)

What will be printed as the result of the operation below: main() { int x=10, y=15; x = x++; y = ++y; printf(“%d %dn”,x,y); }

  1. 11,15
  2. 10,15
  3. 11, 16
  4. 10,16
Question 5 True/False

Ruth Handler reated the first concept of the Barbie doll

  1. True
  2. False
Question 6 True/False

Barbie was first released for sale in the United kingdom

  1. True
  2. False
Question 7 True/False

March 9, 1959 is Barbie birthday .

  1. True
  2. False
Question 8 True/False

The first Barbie doll wore a black-and-white “zebra-striped” swimsuit and signature topknot ponytail with tightly-curled bangs

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

Which is the only Creature which is the World's Immortal Creature..never dies

  1. Alljiun Baron
  2. Turritopsis Nutricula
  3. The Green Algae
  4. The Bodi Fish
Question 10 Multiple Choice (Single Answer)

Which the Most Poisnous Snake

  1. The King Cobra
  2. The Black Mamba
  3. Belcher Sea Snake
  4. The Viper
Question 11 Multiple Choice (Single Answer)

Which Animal to avoid predator licks its offspring with poison before sending them off to search for food.

  1. Slow Loris
  2. The Giant Panda
  3. Th Australian Earthworm
  4. The Rattle Snake
Question 12 Multiple Choice (Single Answer)

Which is the Most Poisonous Vertebrate in the World

  1. The Silver Frek Frog
  2. The Italian Rabbit
  3. The Golden Poison Dart Frog
  4. The African Deer
Question 13 Multiple Choice (Single Answer)

Which animal has the Largest Number of Arms

  1. The Millipede
  2. Basket Starfish
  3. The Multi Legged Octupus
  4. The Tiny Legged Eel
Question 14 Multiple Choice (Single Answer)

Which is the World's Smallest Flowering Plant

  1. The Baby Sunflower
  2. The Dew Flower
  3. The Wolffia Flower
  4. The Rachen Flower
Question 15 Multiple Choice (Single Answer)

Which is the World's Largest Flower

  1. Samher Thaun
  2. The Giant Lilly
  3. Rafflesia Arnoldii
  4. Ghoruty Helld
Question 16 Multiple Choice (Single Answer)

Which is the Oldest Living Organism in the World

  1. The Ashoka Tree
  2. The Methuselah Tree
  3. The Giant Tortoise
  4. The Australian Snail
Question 17 Multiple Choice (Single Answer)

Which Male Animal gives birth to Young Ones

  1. The Piranas
  2. The Giraffe Whale
  3. Seahorse
  4. The Star Fish
Question 18 Multiple Choice (Single Answer)

Which is the only animal that doesn't have Brains

  1. Piranas
  2. Cucumber Fish
  3. Squit
  4. Star Fish
Question 19 Multiple Choice (Single Answer)

Which president was assassinated by a person named kennedy ?

  1. GEORGE WASHINGTON
  2. THEODRE ROOSEVELT
  3. ABRAHAM LINCOLN
  4. THOMAS JEFFERSON
Question 20 Multiple Choice (Single Answer)

Who is associated with Water gate scandal ?

  1. FD ROOSEVELT
  2. JIMMY CARTER
  3. RICHARD NIXON
  4. BILL GATES