AIEEE Exam Programming

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

Read Solution (Total 1)

AIEEE Other Question

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 p(x)= 1 + x + x^2 +x^3 + x^4 + x^5. what is the reminder when p(x^12) is divided by p(x)?