Computer Science, asked by exampletimes7, 10 months ago

Types of functions in C.?????​

Answers

Answered by rajubasak49041
0

There are two types of functions in C

e.g. scanf(), printf(), strcpy, strlwr, strcmp, strlen, strcat etc. To use these functions, you just need to include the appropriate C header files.

Answered by MRsteveAustiN
2

Answer:

Types of functions in C

1.Library Function or built in function

2. User Defined Function

Similar questions