AIEEE Exam Category

Two cards are drawn simultaneously (or successively) from a well shuffled pack of 52 cards. Find the mean and variance of the number of red cards

Read Solution (Total 0)

AIEEE Other Question

On a multiple choice examination with three possible answers(out of which only one is correct) for each of the five questions, what is the probability that a candidate would get four or more correct answers just by guessing ? Which of the given function prototypes can be considered to be overloaded (no ambiguity)?
A: function my Func(integer Num, float me) // does not return anything
B: function my Func(integer Num, double me) // does not return anything
C: function my Func(character Num, float me) // does not return anything
D: function my Func(integer Num, float me) // returns an integer


a. A and B
b. A, B and C c. A, C and D d. B, C, and D e. B and D