Questions

Q:

Peacock was declared National Bird of India in which year?

A) 1963 B) 1960
C) 1953 D) 1950
 
Answer & Explanation Answer: A) 1963

Explanation:

In 1963, the peacock was declared theNational Bird of India because of its rich religious and legendary involvement in Indian traditions.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

20 3179
Q:

Indicate what would the SWAP macro be expanded to on preprocessing. Would the code compile?

#define SWAP (a, b, c ) (c t; t = a, a = b, b = t; )

main()

{

    int x = 10, y = 20;

    SWAP (x, y, int );

    printf ( " %d%d ", x, y);

}

Answer

( int t ; t = a, a = b, b = t ;);


This code won't compile since declaration of t cannot occur within parentheses.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3178
Q:

A body given with an initial velocity moved under the effect of gravity is called?

Answer

Projectile

Report Error

View answer Workspace Report Error Discuss

Subject: Physics

6 3178
Q:

In human relations, the irritation threshold is the

A) length of time an annoying behavior continues B) action that causes an annoyance
C) frequency of the annoying behavior D) point at which a person notices something and becomes annoyed
 
Answer & Explanation Answer: D) point at which a person notices something and becomes annoyed

Explanation:
Report Error

View Answer Report Error Discuss

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

1 3178
Q:

Who is the director of the Sanskrit film Adi Sankara

Answer

G.V. Iyer

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Culture

47 3178
Q:

Point out the error, if any, in the while loop.

main()

{

  int i = 1;

  while ()

  {

     printf ( "%d", i++);

     if (i >10) 

     break ;

   }

}

Answer

The condition in the while loop is a must.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3177
Q:

Toricelli invented

A) Automobile B) Barometer
C) Stethoscope D) None of these
 
Answer & Explanation Answer: B) Barometer

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

1 3177
Q:

Havana is the capital city of

A) Suriname B) Belgium
C) Greece D) Cuba
 
Answer & Explanation Answer: D) Cuba

Explanation:

Havana is the capital city of Cuba.

It's currency is Cuban Peso.

Report Error

View Answer Report Error Discuss

Filed Under: Country Capitals
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

14 3176