Based on the parameters and return values, functions can be categorized into four types. They are: Function without arguments and without return value. Function without arguments and with return value. Function with arguments and with return value. Function with arguments and without return value. Function without arguments and without return value In this type of functions there are no parameters/arguments in the function definition and the function does not return any value back to the calling function. Generally, these types of functions are used to perform housekeeping tasks such as printing some characters etc. Example: 1 2 3 4 5
The post The entire classification of functions in C programming appeared first on Coding Security.
The entire classification of functions in C programming
read more
Tidak ada komentar:
Posting Komentar