answersLogoWhite

0

What is library function in C programming?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

printf, fgets, strlen, malloc etc

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is library function in C programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is combination a library function in c language of programming?

No.


What is string library functions syntax?

String library function is one which is used to perform an operation in C-programming,without which library functions likestrlen(),strcp(),strcmp(),strdup(),strrev(),etc..,.can be performed


This a prewritten function that is built into a programming language?

Library Function Starting out with Programming Logic and Design by Tony Gaddis Page 218


Does c language support network programming?

The C language supports whatever functionality is provided by the applicable library, by the programmer, and by the input/output capabilities of the platform. Since a network programming library is available to the c compiler, then yes, the c language supports network programming.


What is d command for squareroot in C programming?

There are no commands in C-programming, you should use function sqrt from math.h


What is a sizeof function in C programming?

Sizeof is an example.


What are the library function in c language?

libray in c++


What is the memcpy library used for in computer programming?

The memcpy library is used in computer programming to copy the value of numbers from a source to the memory block destination. Memcpy is frequently used in the C++ programming language.


How many types of function in C?

Well, it depends on what you mean by the type of a function. There are user defined functions and library functions.


Details for library fctions in C programming?

... are important to know. ... can be found in the manuals.


How do you refresh stack using library functions in C programming?

What do you mean by stack-refreshing? Anyway, there are no stack handling functions in the standard C library.


What is the function of square root in C programming?

it is sqrt in header math.h