Capgemini Interview Question

What is the function and how many types are in C language?

Interview Answer

Anonymous

May 8, 2022

Function is a group of statements together to form a task. There are two types of functions in C language. They are Standard library functions and user defined functions