Jumat, 24 Februari 2017

what is the terminology of the functions in C programming

Creating functions For creating functions in C programs, we have to perform two steps. They are: 1) Declaring the function and 2) Defining the function. Declaring functions The function declaration is the blue print of the function. The function declaration can also be called as the function’s prototype. The function declaration tells the compiler and the user about what is the function’s name, inputs and output(s) of the function and the return type of the function. The syntax for declaring a function is shown below: In the above example, readint is the name of the function, int is the return

The post what is the terminology of the functions in C programming appeared first on Coding Security.


what is the terminology of the functions in C programming
read more

Tidak ada komentar:

Posting Komentar