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

The file stdio.h, what does it contain?

0 Answers  


What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


What is auto keyword in c?

0 Answers  


What is an operator?

0 Answers  


How does #define work?

0 Answers  


Which weighs more, a gram of feathers or a gram of gold?

2 Answers  


how to copy a string without using c function

5 Answers  


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

0 Answers  


How can I change the size of the dynamically allocated array?

0 Answers  


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


Differentiate between the expression “++a” and “a++”?

0 Answers  


Categories