What is exit() function?


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

Post New Answer

More C Interview Questions

write a program fibonacci series and palindrome program in c

0 Answers   Aditi Placement Service,


Is there anything like an ifdef for typedefs?

0 Answers  


What are terms in math?

0 Answers  


Write a program to check armstrong number in c?

0 Answers  


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,






main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


what is constant pointer?

3 Answers  


how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


Write a program to find given number is even or odd without using any control statement.

2 Answers  


how to use showbits function?

2 Answers   Infosys, TATA,


write a program to find the given number is prime or not

2 Answers   Accenture, Vasutech,


what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


Categories