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;

22nd Apr 2020, 10:03 AM
Mohamad Alkaleeh
2 odpowiedzi
+ 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/
22nd Apr 2020, 10:09 AM
Shadow
Shadow - avatar
0
I don't like theoretical questions, I just love writing codes For that
22nd Apr 2020, 10:12 AM
Mohamad Alkaleeh