image not found

Oops! That page can't be found.


Directions to Solve

Which of phrases given below each sentence should replace the phrase printed in bold type to make the grammatically correct? If the sentence is correct as it is, mark 'E' as the answer.

Q1: Technology must use to feed the forces of change.

A must be used to feed

B must have been using to feed

C must use having fed

D must be using to feed

E No correction required

Q2: What are the types of linkages?

A Internal and External

B External, Internal and None

C External and None

D Internal

Q3: A function cannot be defined inside another function

A True

B False

Q4: Functions cannot return more than one value at a time

A True

B False

Q5: If return type for a function is not specified, it defaults to int

A True

B False

Q6:
In C all functions except main() can be called recursively.

A True

B False

Q7: Functions can be called either by value or reference

A True

B False

Q8: A function may have any number of return statements each returning different values.

A True

B False

Q9: Names of functions in two different files linked together must be unique

A True

B False

Q10: Functions cannot return a floating point number

A Yes

B No