HCL Company Programming Program

3) How can a call to an overloaded function be ambiguous?
(a) By misspelling the name (b) There might be two or more functions with the same name
(c)There might be two or more functions with equally appropriate signatures
(d)None of these

Read Solution (Total 17)

HCL Other Question

The largest four digit number which is a multiple of 8, 10,12 and 15 is: 4) Neha wants to write a program that converts a decimal number into a binary number.
Which of the following data structures should she use to
implement the same?
(a) Queue (b)Stack (c)Array (d)Linked List