Functions - Programming

Q1:

Which of the following function / types of function cannot have default parameters?

A Member function of class

B main()

C Member function of structure

D Both B and C

ANS:B - main()

No answer description is available. Let's discuss.