Computer Science, asked by TbiaSupreme, 11 months ago

Built-in functions are also called _____. Fill in the blank.

Answers

Answered by hukam0685
2
Hi,

✳️Answer:

Built-in functions are called pre-defined or library functions.

✳️️ Extra Information:

➡️These functions are predefined in C library.

➡️while writing C programs we include some header files like stdio.h, conio.h etc,these files includes the function declaration and function body

➡️These functions are directly available for programmer use.

➡️Few examples of Built-in functions

main()

printf()

scanf()

gets()

puts()

and many more

Hope it helps you.

Thanks for asking dear.
Answered by Anonymous
2
Hello !


Here is your answer !


Answer : Pre - defined function...
Similar questions