What is #include stdlib h?



What is #include stdlib h?..

Answer / Ranjana Gautam

#include <stdlib.h> is a preprocessor command in C that tells the compiler to include the standard library header file 'stdlib.h' which contains functions for dynamic memory management, random number generation, and various utility functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

why array index always starts from zero??

4 Answers   TCS,


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


How can you check to see whether a symbol is defined?

1 Answers  


write a program of palindrome(madam=madam) using pointer?

5 Answers   L&T,


what is the height of tree if leaf node is at level 3. please explain

1 Answers  


swapping of two numbers without using third variable using AND and OR operators

2 Answers  


Is c dynamically typed?

1 Answers  


advantages of pointers?

3 Answers  


What is the use of the restrict keyword?

1 Answers  


1 232 34543 4567654 can anyone tell me how to slove this c question

6 Answers  


What is sizeof array?

1 Answers  


Why is c called c?

1 Answers  


Categories