HCL
Interview
Programming
What is the difference between die
and
exit statement.
Read Solution (Total 2)
-
- die is for permanently killing the process.and exit is oly coming out of currently executing task.
- 10 years agoHelpfull: Yes(22) No(0)
- There is no difference between die() and exit() function. They both are same and worked same.
- 10 years agoHelpfull: Yes(0) No(11)
HCL Other Question