Answer Posted / 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 View All Answers
What would be an example of a structure analogous to structure c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is a c token and types of c tokens?
What is echo in c programming?
How can a program be made to print the line number where an error occurs?
If errno contains a nonzero number, is there an error?
What is identifiers in c with examples?
Explain what are the different data types in c?
What is meant by operator precedence?
Differentiate between functions getch() and getche().
Which is best linux os?
What are header files and explain what are its uses in c programming?
What math functions are available for integers? For floating point?
What is c language in simple words?
What is pass by value in c?