Computer Science, asked by mann2926, 5 months ago

name any two built in functions in c programming

Answers

Answered by mohamedapsal
1

Answer:

Standard library functions are also known as built-in functions. Functions such as puts() , gets() , printf() , scanf() etc are standard library functions. These functions are already defined in header files (files with . h extensions are called header files such as stdio.

Similar questions