Questions

Q:

What are the benefits of multithreaded programming?

Answer

 



  • Responsiveness

  • Resources sharing

  • Economy

  • Utilization of multiprocessor architectures.

Report Error

View answer Workspace Report Error Discuss

1 2128
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 2127
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 2127
Q:

Of which country was the religion 'Shintoism'?

A) Japan B) China
C) Arabs D) Turkey
 
Answer & Explanation Answer: A) Japan

Explanation:

The old religion of Japan is known as Shiltoism. This religion consists mainly of the worship of the forces of nature.

Report Error

View Answer Report Error Discuss

Filed Under: World History

1 2127
Q:

In Geography, who propounded the theory of convectional current Hypothesis?

A) Carl Ritter B) Immanuel Kant
C) Arthur Holmes D) Arnaldo Faustini
 
Answer & Explanation Answer: C) Arthur Holmes

Explanation:
Report Error

View Answer Report Error Discuss

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

2 2127
Q:

A sentence/a part of the sentence is underlined. Four alternatives are given to the underlined part which will improve the sentence. Choose the correctalternative and click the button corresponding to it. In case no improvement is needed, click the button corresponding to "No improvement".

Owing to his respiratory problems the doctor has told him to refrain from smoking.

A) to not refrain from B) to refrain to
C) to refrain not from D) No improvement
 
Answer & Explanation Answer: D) No improvement

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

1 2127
Q:

In each of the following question, find out which part has an error. Mohan is one of those boys

A) / who has expressed B) / willingness for joining
C) / the educational tour. D) No error
 
Answer & Explanation Answer: A) / who has expressed

Explanation:

‘has’ should be replaced with ‘have’.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2127
Q:

The functional connection between two neurons is a

A) Axon B) Synapse
C) Neuroglia D) Dendrites
 
Answer & Explanation Answer: B) Synapse

Explanation:

The functional connection between two neurons is a Synapse.

Report Error

View Answer Report Error Discuss

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

2 2126