What is exit() function?


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

Post New Answer

More C Interview Questions

How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?

4 Answers   NIIT,


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


how to find string length wihtout using c function?

6 Answers  


What is int main () in c?

0 Answers  


why i join syntel?

23 Answers   ABC, Syntel, TCS,


What is memcpy() function?

0 Answers  


What is main () in c?

0 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

0 Answers  


write a program that will read the temperature in Celsius and convert that into Fahrenheit.

1 Answers  


What are the different types of objects used in c?

0 Answers  


what is the diff b/w static and non static variables in C. Give some examples plz.

3 Answers   Wipro,


Categories