Questions

Q:

Who among the following, played an important role in the struggle for italian independence and unification?

A) Bismarck B) Giuseppe Mazzini
C) Giuseppe Garibaldi D) Both (b) and (c)
 
Answer & Explanation Answer: D) Both (b) and (c)

Explanation:

The struggle for Italian independence and unification was organised by the two famous revolutionaries of Italy Giuseppe Mazzini and Giuseppe Garibaldi. The movement led by them is known as the 'Young Italy' movement. It aimed at the independence and unification of Italy and the establishment of republic there.

Report Error

View Answer Report Error Discuss

Filed Under: World History

0 2123
Q:

Zoroastrianism started in what country?

Answer

Iran

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography

0 2123
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 2123
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 2122
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 2122
Q:

Who has become the 1st Indian transgender to be honoured with Padma Shri?

A) Kalki Subramaniam B) Madhu Kinnar
C) Narthaki Nataraj D) Rudrani Chettri
 
Answer & Explanation Answer: C) Narthaki Nataraj

Explanation:

Narthaki Nataraj has become the 1st Indian transgender to be honoured with Padma Shri.

Report Error

View Answer Report Error Discuss

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

0 2122
Q:

The force exerted on an object is 200 N and its mass is 100 kg. Find the acceleration of the object.

A) 2 m/s B) 2 m
C) 2 m/sq.s D) 2 s
 
Answer & Explanation Answer: C) 2 m/sq.s

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: CAT , Bank Exams , AIEEE

0 2121
Q:

Which one of the following statements about ‘Niryat Bandhu Scheme’ is correct?

A) It is a scheme for mentoring first generation entrepreneurs. B) It is a scheme for crop protection.
C) It is a scheme for the vulnerable section of the society. D) It is a scheme for monitoring rural poor.
 
Answer & Explanation Answer: A) It is a scheme for mentoring first generation entrepreneurs.

Explanation:

The objective of the Niryat Bandhu Scheme is to reach out to the new and potential exporters and mentor them through orientation programmes, counselling sessions, individual facilitation, etc., for being able to get into international trade and boost exports from India.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

0 2121