What is #include stdlib h?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is unsigned int in c?

0 Answers  


What is calloc() function?

0 Answers  


I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?

2 Answers  


How many identifiers are there in c?

0 Answers  


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

0 Answers  






24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?

2 Answers  


Where are the auto variables stored?

0 Answers   TISL,


what is C?

9 Answers   Syntel,


What are the average number of comparisons required to sort 3 elements?

2 Answers   DRDO,


Explain the use of #pragma exit?

0 Answers  


Write a program to print factorial of given number without using recursion?

0 Answers  


What are the types of macro formats?

0 Answers  


Categories