Questions

Q:

What would be the output of the following program?

main()

{

    extern int fun ( float );

    int a;

    a = fun ( 3. 14 );

    printf ("%d", a);

}

int fun ( aa )

float aa ;

{

     return ( (int) aa );

}

Answer

Error occurs because we have mixed the ANSI prototype with K & R style of function definition.


When we use ANSI prototype for a function and pass a float to the function it is promoted to a double. When the function accepts this double into a float a type mismatch occurs hence the error.


The remedy for this error could be to define the function as :


int fun (float aa)


{


  ....


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

9 9188
Q:

How would you go about greeting each customer who comes in the store?

Answer

If you want bonus points, make sure you address each side of this tricky two-part question. 


The first part is addressing how you make sure you greet each and every customer who enters the store, giving them personal attention.  


The second part is how you would actually greet them – what would you say to them? Would you alert them of your newest products, ask if they’re looking for anything in particular or need guidance while shopping, or alert them to who they can reach out to if they require any assistance in various departments?

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

6 9181
Q:

An objective of the National Food Security Mission is to increase the production of certain crops through area expansion and productivity enhancement in a sustainable manner in the identified districts of the country. What are those crops?

A) Rice and Wheat only B) Rice, Wheat and pulses only
C) Rice, Wheat, Pulses and oil seeds only D) Rice, Wheat, Pulses, oil seeds and vegetables
 
Answer & Explanation Answer: B) Rice, Wheat and pulses only

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

8 9181
Q:

Unit of solid angle is

A) degree B) radian
C) steradian D) radian second
 
Answer & Explanation Answer: C) steradian

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

20 9179
Q:

Which type of Stem modification is seen in banana ?

A) Rhizome B) Stem tuber
C) Corn D) Bulb
 
Answer & Explanation Answer: A) Rhizome

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE

38 9179
Q:

Which one of the following is an element?

A) Topaz B) Rruby
C) Diamond D) Sapphire
 
Answer & Explanation Answer: C) Diamond

Explanation:

Here in the given options, Diamond is an element as it is the allotrope of the carbon atom.

Report Error

View Answer Report Error Discuss

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

14 9165
Q:

The stupa site which is not connected with any incident of lord Buddha's life is

A) Sarnath B) Bodh Gaya
C) Sanchi D) Kushinagar
 
Answer & Explanation Answer: C) Sanchi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

7 9164
Q:

How do you get more retailers / customers for your business? What are the steps you would take?

Answer

Applicant should answer that being in a wholesale market, he/she would plan and direct advertising and promotional activities to attract more retailer suppliers. Promotional activities like posters, contests, coupons, give-away to create extra interest in the purchase of a product or services from customers or retailers.

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

5 9161