How to use the function in C language. Example.

How to use the function in C language. 
Example. 

#include <stdio.h>

#define A 1050
#define B 200

int S (void);

int S (void)

{

return(A+B)

}

void main()

{

S() ;
}

#c #unix #linux #programming

Commenti

Post popolari in questo blog