answersLogoWhite

0


Best Answer

The Standard Librarary Function in C is printf,scanf inf Standard input output header.. which is stdio.h.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

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

What is date function in c?

There is no 'date' in the standard C library. You might have thought of 'time'.


Is there a function similar to the C plus plus scanf function in JavaScript?

Scanf is part of the C standard library. Although the C++ standard library includes 18 headers from the ISO C90 standard, their usage in C++ is deprecated. However, to answer the question, there is no equivalent to scanf in JavaScript.


Which function is used to read data from the console?

The scanf() function in the <stdio.h> C standard library header.


How do you enter a sentence as input in c plus plus?

Use the C++ getline() function from the standard library.


What is a library function in C plus plus?

This are the predefined functions in c, which are already write.Examples : printf(),scanf().


What is function of clrscr in c langugage?

Not part of the standard library, on some platform it clears the screen.


How do you write a program in C to convert capital letters into small letters?

Use the tolower() function in the C standard library.


What are the pre-defined function in c plus plus?

The C++ standard library contains all the pre-defined functions.


How do you read a character from the keyboard and will store it in the variable?

Use the scanf() function from the C standard library.


What is the alternate function for clrscr function in c language?

What do you mean by \'alternate function of clrscr\'? A function that undoes clrscr? Or one that fills the screen with random characters? Anyway, clrscr is not part of the standard C library, it is DOS-specific.


Program for marksheet in c language?

The std::cout and std::cin streams are peculiar to the C++ standard library. They are not available in the C standard library, but are analogous to stdin and stdout which is in the C standard library.


What is a standard library function?

fsetpos for example.