C++ Pointers & Functions Question:
What are mandatory parts in function declaration?
a) return type,function name
b) return type,function name,parameters
c) both a and b
d) none of the mentioned

Answer:
a) return type,function name