Questions

Q:

Who is appointed as MD and CEO of IDBI Bank in April, 2017 ?

A) Kanungo B) Mahesh Kumar Jain
C) Ravi Chander D) None
 
Answer & Explanation Answer: B) Mahesh Kumar Jain

Explanation:

Mahesh Kumar Jain was appointed as MD and CEO of IDBI bank in April 2017.

Report Error

View Answer Report Error Discuss

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

2 3449
Q:

Point out the error, if any, in the following program.

#include "stdio.h"

main()

{

      unsigned char;

       FILE *fp;

       fp = fopen ("trail", "r");

       while (( ch = getc (fp)) ! = EOF)

               printf ("%c", ch);

       fclose (fp);

}  

Answer

EOF has been defined as #define EOF -1 n the file "stdio.h" and an unsigned char ranges from 0 to 255 hence when EOF is read from the file it cannot be accommodated in ch. Solution is to declare ch as an int.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 3449
Q:

Which of the following satellites is the first satellite made by complete native technology?

A) Bhaskara B) Aryabhatta
C) Rohini D) Kalpana-1
 
Answer & Explanation Answer: B) Aryabhatta

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

4 3448
Q:

The Governor of State in India is _______

A) directly elected by the people of India B) appointed by the State Chief Minister
C) appointed by the Prime Minister D) appointed by the President
 
Answer & Explanation Answer: D) appointed by the President

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

4 3447
Q:

PAS is a drug used in the treatment of

A) Cancer B) Typhoid
C) Malaria D) Tuberculosis
 
Answer & Explanation Answer: D) Tuberculosis

Explanation:

Para-amino salicylic acid (PAS) is used in the treatment of Tuberculosis.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

4 3446
Q:

The "aha!" experience is known as

A) vicarious learning B) latent learning
C) insight learning D) None of the above
 
Answer & Explanation Answer: C) insight learning

Explanation:

The "aha!" experience is known as insight learning.

Report Error

View Answer Report Error Discuss

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

0 3445
Q:

Under which one of the following Articles of the Constitution of India, is the 'Annual Financial Statement' of the economy to be laid by the Government, on the table of the Parliament before 31st March, every year?

A) Article 16 B) Article 31
C) Article 112 D) Article 124
 
Answer & Explanation Answer: C) Article 112

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

5 3445
Q:

Which key is used for the last action?

A) Ctrl + D B) Alt + Z
C) Ctrl + Z D) Alt + D
 
Answer & Explanation Answer: C) Ctrl + Z

Explanation:

For undo the action or last action [Ctrl + Z] is used.

Report Error

View Answer Report Error Discuss

7 3445