C
Programming and Technical
What are built in functions?
Read Solution (Total 3)
-
- built in functions are nothing but a template... these functions are created for compress the code........ no need to create our full code just call these built in functions whenever we need...... Ex: printf(),scanf(),strcpy(),strlen()...,
- 10 years agoHelpfull: Yes(1) No(0)
- the function which are avaliabe along with the compiler is known as built in function
for example
printf(),scanf(),gets(),puts(),getch(),putch(),strlen().strcpy() etc. - 10 years agoHelpfull: Yes(0) No(0)
- built in functions are developed by programmers at the time of creating language. printf(),scanf(),clrscr(); these are the example of built in functions
- 10 years agoHelpfull: Yes(0) No(0)
C Other Question