Computer Science, asked by tejaswi74, 5 months ago

Explain the categories of function on thr basis of argument and return types in c. someone please answer this for me.​

Answers

Answered by mamta29111979
0

Answer:

A 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.

Explanation:

subscribe my channel Siddhi Rawat

Similar questions