0
C question
Which of the following is a correct format for declaration of function? 1) return-type () (argument type )function-name; 2) returm-type function-name(argument type); 3)function-name(argument); 4)return-type function-name(argument type){} 5) return-type (argument type)function-name;
3 ответов
+ 2
Again, the answer can be found within the C course. Please try to look for the answer yourself before posting a question about it:
https://www.sololearn.com/learn/C/2929/
0
I don't like theoretical questions, I just love writing codes
For that