Questions

Q:

The vitamin required for coagulation of blood

A) B6 B) c
C) k D) b
 
Answer & Explanation Answer: C) k

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

8 4553
Q:

What has 4 eyes but can't see?

Answer

It is MISSISSIPPI.


 


 


 


 


 


 


 


 
Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: Bank Exams

3 4550
Q:

The invasion of which of these countries in 1939 widely regarded to have started World War II ?

A) Italy B) Germany
C) Poland D) France
 
Answer & Explanation Answer: C) Poland

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World History

6 4549
Q:

 The first step in database development is which of the following?

A) Enterprise data modeling B) Logical database design
C) Physical database design and definition D) Database Implementation
 
Answer & Explanation Answer: A) Enterprise data modeling

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 4549
Q:

When was the Jawahar Rojgar Yojana Launched

A) 1985 B) 1987
C) 1991 D) 1989
 
Answer & Explanation Answer: D) 1989

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

4 4548
Q:

What is the difference between malloc() and calloc() functions?

Answer

As against malloc(), calloc() needs two arguments, the number of elements  to be allocated and the size of each element. For example,


 p = (int *) calloc (10, sizeof (int));


would allocate space for a 10- integer array. Additionally, calloc() would also set each of this element with a value 0.


Thus the above call to calloc() is equivalent to:


p = (int *) malloc (10 * sizeof (int));


memset (p, 0, 10 * sizeof( int ));

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4548
Q:

Which of the following indicates scuba diving or snorkeling activity?

A) A red flag with a diagonal white stripe B) The blue and white alpha flag
C) Both A & B D) None of the above
 
Answer & Explanation Answer: A) A red flag with a diagonal white stripe

Explanation:

A red flag with a diagonal white stripe indicates scuba diving.

which_of_the_following_indicates_scuba_diving_or_snorkeling_activity1536211675.jpg image

And the alpha flag indicates that there is a diver inside.

 

SCUBA means Self Contained Underwater Breathing Apparatus.

which_of_the_following_indicates_scuba_diving_activity1536211652.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

4 4547
Q:

The credit of inventing the tv goes to

A) Philo Farnsworth B) John Logie Baird
C) Philo Farnsworth D) None of the above
 
Answer & Explanation Answer: A) Philo Farnsworth

Explanation:

The credit of inventing the television goes to Philo Farnsworth.

Report Error

View Answer Report Error Discuss

Filed Under: Inventions
Exam Prep: GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

4 4546