Cpp Programming Quiz 174 – Which of the following function / types of function cannot have default parameters?
Question: 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
	[B].main()[C].Member function of structure
[D].Both B and C
Answer: Option B
