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 are the keywords in c?
please explain every phase in the "SDLC" in the dotnet.
What is const and volatile in c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
code for quick sort?
what is the function of pragma directive in c?
What is the use of parallelize in spark?
What is the difference between if else and switchstatement
Write a program to print “hello world” without using semicolon?
What are the different types of linkage exist in c?
What does %c do in c?
What is wild pointer in c?
What are the advantages of using new operator as compared to the function malloc ()?
What is %g in c?
Why void is used in c?