Questions

Q:

There is a mistake in the following code. Add a statement in it to remove it.

main()

{

     int a;

     a = f (10, 3.14) ;

     printf ( " %d ", a );

}

f (int aa, float bb)

{

    return ( ( float ) aa + bb );

}

Answer

Add the following function prototype in main ():


float f ( int, float );

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3007
Q:

What are the aims of the UN Industrial Development Organization

A) Helps developing countries on the issue of fight against marginalization and poverty B) Helps developing countries
C) Mobilizes knowledge, skills, information and technology to promote productive employment, a competitive economy and sound environment D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

2 3006
Q:

The three - time Formula One champion who passed away recently

Answer

Sir Jack Brabham

Report Error

View answer Workspace Report Error Discuss

0 3006
Q:

What does microprocessor speed of a computer depends on?

A) bandwidth B) clock speed
C) number of instructions D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The computers microprocessor speed depends on all the factors like clock speed, bandwidth and the number of instructions it processes.

Report Error

View Answer Report Error Discuss

2 3006
Q:

The enzyme in whosepresence glucose and fructose are converted into alcohol is 

A) Diastase B) Maltase
C) Invertase D) Zymase
 
Answer & Explanation Answer: D) Zymase

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

1 3006
Q:

Which Bank has tied up with Samsung Pay through which cardholders will be able to pay using smartphones at merchant establishments  ?

A) HDFC Bank B) Yes Bank
C) Kotak Mahindra Bank D) Punjab National Bank
 
Answer & Explanation Answer: C) Kotak Mahindra Bank

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Marketing and Sales
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

6 3005
Q:

The book '100 Things to Know and Debate Before You Vote' is written by

Answer

Hindol Sengupta

Report Error

View answer Workspace Report Error Discuss

2 3004
Q:

Find the compound amount if $2900 is deposited at 5% interest for 10 years if interest is compounded daily

A) 4781.13 B) 5781
C) 3456 D) 4567
 
Answer & Explanation Answer: A) 4781.13

Explanation:

M=P(1+i/365)^365n

Report Error

View Answer Report Error Discuss

0 3004