Questions

Q:

In the following code in which order the functions would be called?

a = ( f1 ( 23,14 ) * f2 ( 12/4) ) + f3() ;

Answer

The order may vary from compiler to compiler.


Here the multiplication will happen before the addition , but in which order the functions would be called is undefined. In an arithmetic expression the parentheses tell the compiler which operands go with which operators but do not force the compiler to evaluate everything within the parentheses first.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2122
Q:

PET is a very familiar form of _____________. It is used for making bottles.

A) Nylon B) Acrylic
C) Polyester D) Rayon
 
Answer & Explanation Answer: C) Polyester

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

5 2122
Q:

When some goods or productive factors are completely fixed in amount, regardless of price, the supply curve is

A) horizontal B) downward sloping to the right
C) vertical D) upward sloping to the right
 
Answer & Explanation Answer: D) upward sloping to the right

Explanation:

Although demand curves are typically downward sloping to reflect that consumers’ utility for a good diminishes with increased consumption, firm supply curves are generally upward sloping.The upward sloping character reflects that firms will be willing to increase production in response to a higher market price because the higher price may make additional production profitable.

 

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

2 2122
Q:

Something that saves your money is

A) Cost-effective B) Economical
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

Something that saves your money is cost-effective and is also called as economical.

Report Error

View Answer Report Error Discuss

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

0 2122
Q:

The sexual reproductive organs of aspergillus are :

A) Spermatium and Oogonium B) Antheridium and Oogonium
C) Spermatium and Ascogonium D) Antheridium and Ascogonium
 
Answer & Explanation Answer: D) Antheridium and Ascogonium

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

1 2121
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 2121
Q:

Who among the following, played an important role in the struggle for italian independence and unification?

A) Bismarck B) Giuseppe Mazzini
C) Giuseppe Garibaldi D) Both (b) and (c)
 
Answer & Explanation Answer: D) Both (b) and (c)

Explanation:

The struggle for Italian independence and unification was organised by the two famous revolutionaries of Italy Giuseppe Mazzini and Giuseppe Garibaldi. The movement led by them is known as the 'Young Italy' movement. It aimed at the independence and unification of Italy and the establishment of republic there.

Report Error

View Answer Report Error Discuss

Filed Under: World History

0 2121
Q:

What is the minimum age to get a license?

A) 18 years B) 17 years
C) 16 years D) 21 years
 
Answer & Explanation Answer: C) 16 years

Explanation:

The minimum age for getting a learner's license as per the government rules is 16 years.

Report Error

View Answer Report Error Discuss

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

1 2121