What is c standard library?



What is c standard library?..

Answer / Rafi Ullah Baqai

The C Standard Library is a collection of functions that are provided by the ANSI C language specification for performing various common programming tasks. It includes functions for input/output, string manipulation, memory management, mathematics, and more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Explain what is the difference between the expression '++a' and 'a++'?

1 Answers  


Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


How can I sort a linked list?

1 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


write a program to create a sparse matrix using dynamic memory allocation.

1 Answers  


How can I recover the file name given an open stream?

1 Answers  


3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r

3 Answers   Huawei,


Who is the founder of c language?

1 Answers  


What is a floating point in c?

1 Answers  


What are header files why are they important?

1 Answers  


Explain what are bus errors, memory faults, and core dumps?

1 Answers  


How do you convert strings to numbers in C?

0 Answers  


Categories