What is a built-in function in C?



What is a built-in function in C?..

Answer / hrpynux@gmail.com

Built-in(Library) Functions
The system provided these functions and stored in the library. Therefore it is also called Library Functions. e.g. scanf(), printf(), strcpy, strlwr, strcmp, strlen, strcat etc. To use these functions, you just need to include the appropriate C header files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

a c code by using memory allocation for add ,multiply of sprase matrixes

0 Answers  


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


what is meant by flushll() in c programming?

1 Answers  


In which layer of the network datastructure format change is done

0 Answers   Honeywell,


Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?

2 Answers  






What are the advantages of c preprocessor?

0 Answers  


Explain what’s a signal? Explain what do I use signals for?

0 Answers  


How do you write a program which produces its own source code as output?

0 Answers  


Define macros.

0 Answers   Tech Mahindra,


what is pointer?

4 Answers  


What are high level languages like C and FORTRAN also known as?

0 Answers  


simple program of graphics and thier outpu display with a want what is out put of graohics in c language

1 Answers   CSC, HCL,


Categories