Computer Science, asked by Koenigsegg6242, 1 year ago

There are two types of functions in C language, _____ and _____. Fill in the blank.

Answers

Answered by grovervanshdeep
2

1 st one is standard library function and second one is user defined function

Answered by aqibkincsem
0

Every programming has a language, and in C language, there are two types of functions.

They are standard library functions and user defined functions.

Standard library functions are built-in type of functions which handle calculation, processing and strings.

User defined functions are functions that are created by developers and programmers.

Similar questions