Is the exit() function same as the return statement? Explain.


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

Post New Answer

More C Interview Questions

If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


Can we declare variable anywhere in c?

0 Answers  


what is ur strangth & weekness

0 Answers   Cognizant, LG Soft, NetEnrich,


How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance

8 Answers  






What is a structure and why it is used?

0 Answers   Hexaware,


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


What are local static variables?

0 Answers  


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

0 Answers  


how to find turn around time in operating system?

3 Answers  


write a code for large nos multilication (upto 200 digits)

2 Answers   Persistent,


How does normalization of huge pointer works?

0 Answers  


Categories