MM
Mashaal Masha
Oct 23, 2022
PreviousNext
Choose the correct options for the following questions.
Function declaration consists of:
Difficulty: Easy
A:
Function name
B:
Function return type
C:
Number and types of parameters
D:
All
In a C program, two functions can have:
Difficulty: Easy
A:
Same name
B:
Same parameters
C:
Same name and same parameters
D:
Same name but different parameters
Function definition can be written:
Difficulty: Easy
A:
Before main() function
B:
After main() function
C:
In a separate line
D:
All

Premium content

Sign in and upgrade to continue reading.