Teaching Rajasthan Basic Computer Instructor 2021 Mock Test Programming and Data Structure Programming in C
Which of the following is/are mandatory in function declaration?
1
return type, function name only
2
return type, function name, parameters only
3
parameters, function name only
4
function name only