Questions

Q:

Point out the error, if any, in the following program.

main()

{

    int a = 10;

    void f();

    a = f();

    printf ( "\n %d", a );

}

void f()

{

    printf ( "\n Hi ");

}

Answer

In spite of defining the function f() as returning void, the program is trying to collect the value returned by f() in the variable a.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2218
Q:

Your ad includes the phrase, "Your friend has a crush on you. See who!" and it gets disapproved. Why?

Answer

AdWords policy does not allow ads to simulate email inbox notifications or fake friend/crush requests.

Report Error

View answer Workspace Report Error Discuss

0 2217
Q:

The energy in most ecosystems comes from

A) Water B) Carbon dioxide
C) Sun D) Soil
 
Answer & Explanation Answer: C) Sun

Explanation:

The energy in most ecosystems comes from sun light.

Report Error

View Answer Report Error Discuss

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

4 2217
Q:

In a bipolar junction transistor

A) all the three regions (the emitter, the base and the collector) have equal concentrations of impurity B) the emitter has the least concentration of impurity
C) the collector has the least concentration of impurity D) the base has the least concentration of impurity
 
Answer & Explanation Answer: D) the base has the least concentration of impurity

Explanation:

In terms of concentration of impurity (a.k.a impurity doping concentration, often abbreviated to doping concentration), from the highest to the lowest among the three regions of a bipolar junction, emitter, collector, and base are the correct order. The above order is independent of the type of BJT, npn or pnp

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 2217
Q:

Collisions occur at curves because

A) speed on the approach is too great B) speed leaving the curve is not enough
C) speed leaving the curve is too great D) speed on the approach is not enough
 
Answer & Explanation Answer: A) speed on the approach is too great

Explanation:

Collisions occur at curves because speed on the approach is too great.

Collisions_occur_at_curves_because1560944223.jpg image

Report Error

View Answer Report Error Discuss

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

1 2217
Q:

Will the following function work?

f1 ( int a, int b )

{

    return ( f2 (20) );

}

f2 ( int a )

{

    return ( a * a );

}

Answer

Yes

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2216
Q:

What is LATCH?

Answer

Latch is a D-type flip-flop used as a temporary tsorage device controlled by a tiing singnal, which can store 0 or 1. the primary function of a Latch is data storage. It is used in output devices such as LED, to hold the data for display.


To Store Monitor programs.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2216
Q:

Two important schools of philosophy Stoicism and Epicureanism were associated with________

A) Greeks B) Iranians
C) Macedonians D) Parthians
 
Answer & Explanation Answer: A) Greeks

Explanation:

The Stoic School taught that man should accept his fate, since he cannot change it. According to Stoics, serenity of mind is the goal all men should strive to attain.Epicureans believed that the highest good for man is pleasure ,but they aimed at tranquility of mind rather than indulgence in pleasures.

Report Error

View Answer Report Error Discuss

Filed Under: World History

1 2215