function works fine without return value?@[b]lwtan90 (2)[/b]: Compiler should not return a error! It must return a warning, like that: [...
inline functionAlready got it. I checked out mode: [b]"In C mode, support all ISO C90 programs."[/b]
inline functionI try to use next declaration of [b]inline[/b] function: [code] #include <stdio.h> int main () ...
Thats not supposed to hapen. Why did it?Yes, [b]Moschops[/b], right. You need to declare you function before [b]main.c[/b] or use header fi...
Having trouble understanding logic of FunctionsYou need not to declare the variable "n" in external function. You need only declare the variabl...
This user does not accept Private Messages