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 3013
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 3013
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 3012
Q:

Which is Largest railway route in India ?

Answer



Dibrugarh in Assam to Kannyakumari in Tamil Nadu.


 

Report Error

View answer Workspace Report Error Discuss

18 3011
Q:

A parallel-plate capacitor of capacitance C1is  made  using  two  gold  plates.  Another parallel-plate capacitor of capacitance C2is made  using  two  aluminium  plates  with same  plate  separation,  and  all  the  four plates  are  of  same  area.  If gand aPare respectively  the  electrical  resistivities  of gold and aluminium, then which one of the following relations is correct?

A) C1>C2 B) C2>C1
C) C1pa = C2pg D) C1 = C2
 
Answer & Explanation Answer: D) C1 = C2

Explanation:

C1= capacitance of gold plates

C2=   capacitance   of   aluminium plates

rg= Gold’s resistivity

ra= Aluminium’s resistivity

As the capacitance depends on the shape,  size  &  geometrical  placing of  the  conductors  &  the  medium between them, hence, the value of capacitance  will  be  independent  of resistivity. Therefore, C1= C2

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 3011
Q:

A boy is swinging a ball attached to a string in a horizotal circle. If the string snaps 

A) the ball will travel towards the center of the circle and fall down B) it will continue to travel along a tangent to the circle at the point the ball was at the time of snapping and finally fall down
C) it will fall down at the same place where the string breaks D) None of these
 
Answer & Explanation Answer: B) it will continue to travel along a tangent to the circle at the point the ball was at the time of snapping and finally fall down

Explanation:

The centripetal force having been removed the body cannot  execute the curved path

Report Error

View Answer Report Error Discuss

Filed Under: Physics

2 3010
Q:

Which of the following programmes was launched in 2005-06 for creating infrastucture and basic amenities in rural parts of our Country

A) Janani Surksha Yojana B) Sarva Siksha Abhiyan
C) Swarnajayanti Shahari Rozagar Yojana D) Bharat Nirman Programme
 
Answer & Explanation Answer: D) Bharat Nirman Programme

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

0 3010
Q:

What are the four main functions of a computer?

A) Data, information, bits and bytes B) Hardware, software, modeling and operations
C) Input, processing, output and storage D) Learning, thinking, intelligence and virtuosity
 
Answer & Explanation Answer: C) Input, processing, output and storage

Explanation:

The four main functions of a computer are ::

 

1. Input,

2. Processing,

3. Output and

4. Storage

Report Error

View Answer Report Error Discuss

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

15 3009