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 |
why array index always starts from zero??
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?
How can you check to see whether a symbol is defined?
write a program of palindrome(madam=madam) using pointer?
what is the height of tree if leaf node is at level 3. please explain
swapping of two numbers without using third variable using AND and OR operators
Is c dynamically typed?
advantages of pointers?
What is the use of the restrict keyword?
1 232 34543 4567654 can anyone tell me how to slove this c question
What is sizeof array?
Why is c called c?