Is using exit() the same as using return?


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

Post New Answer

More C Interview Questions

What do mean by network ?

0 Answers  


what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?

1 Answers  


Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?

1 Answers   Infosys,


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

0 Answers  


how to print 2-D array using a single for loop?

2 Answers   Mind Tree, TCS, Value Labs,


Is null valid for pointers to functions?

0 Answers  


What are the uses of null pointers?

0 Answers  


Why can’t constant values be used to define an array’s initial size?

0 Answers  


How can you call a function, given its name as a string?

0 Answers  


Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0

4 Answers  


what is a constant pointer in C

0 Answers  


what is mean by Garbage collection ? Please answer me. Advance thanks.

4 Answers   Excel,


Categories