Computer Science, asked by hridayganachari, 5 months ago

5. Give an example to input an integer number by using function arguement.​

Answers

Answered by Anonymous
2

function in C can be called either with arguments or without arguments. These function may or may not return values to the calling functions. All C functions can be called either with arguments or without arguments in a C program. Also, they may or may not return any values. Hence the function prototype of a function in C is as below:

Similar questions