Computer Science, asked by harjinder70, 1 year ago

what do you mean by function in c language?

Answers

Answered by smita24
1

The idea is to put some commonly or repeatedly done task together and make a function, so that instead of writing the same code again and again for different inputs, we can call the function.

Example: Below is a simple C program to demonstrate functions in C.

Answered by VinodShrirao
0
Hope it helps u dear.
Attachments:
Similar questions