Editor
The function declaration statement in abc (void); indicates that:
Difficulty: Easy
A: 
Return data type of function is void
B: 
Return data type of function is int
C: 
Function takes no argument
D: 
Both b and c
Sponsored Ads