Questions

Q:

Which of the following pair is INCORRECT?
I. Parsec - Distance
II. Barrel - Liquid
III. Light year - Time

A) Only III B) Only I and III
C) Only II D) All are correct
 
Answer & Explanation Answer: A) Only III

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

3 2122
Q:

Something that saves your money is

A) Cost-effective B) Economical
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

Something that saves your money is cost-effective and is also called as economical.

Report Error

View Answer Report Error Discuss

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

0 2122
Q:

In the following code in which order the functions would be called?

a = ( f1 ( 23,14 ) * f2 ( 12/4) ) + f3() ;

Answer

The order may vary from compiler to compiler.


Here the multiplication will happen before the addition , but in which order the functions would be called is undefined. In an arithmetic expression the parentheses tell the compiler which operands go with which operators but do not force the compiler to evaluate everything within the parentheses first.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2122
Q:

How would you find the length of each string in the following Program?

main()

{

    char *str[] = { "Frogs", "Do", "Not" , "Die" , "They" , "Croak!"};

    printf ("%d%d", sizeof (str), sizeof (str[0]));

}

Answer

main()


{


   char *str[] = { "Frogs", "Do", "Not", "Die." , "They", "Croak!" };


   int i;


         for ( i = 0;i<=5;i++)


         printf ("\n%s%d", str[i], strlen( str[i]));


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2121
Q:

Grammy Award is given in the field of

A) Music B) Medicine
C) Sports D) Literature
 
Answer & Explanation Answer: A) Music

Explanation:

Grammy Award is given in the field of Music industry by The Recording Academy of the United States.

grammy_award_is_given_in_the_field_of1544436624.jpg image

Report Error

View Answer Report Error Discuss

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

0 2120
Q:

What was Rajiv Gandhi before he entered politics?

A) Professor B) Lawyer
C) Pilot D) Doctor
 
Answer & Explanation Answer: C) Pilot

Explanation:

Our Ex. Prime Minister Rajiv Gandhi was Pilot by profession before he entered politics.

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

12 2120
Q:

The country which celebrates Independence day on 15th August, apart from India, is

Answer

South Korea

Report Error

View answer Workspace Report Error Discuss

Subject: World History

0 2120
Q:

The partition of india in 1947 was mainly due to

A) religious lines B) land disputes
C) administration D) All of the above
 
Answer & Explanation Answer: A) religious lines

Explanation:

After 200 years of long British rule, India got independence in 1947. India was then divided into two muslim majority Pakistan and Hindu majority India.

Report Error

View Answer Report Error Discuss

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

6 2120