Programming Tutorials

Comment on Tutorial - assert() Function Example program in C By Jagan



Comment Added by : YZ

Comment Added at : 2011-08-05 13:10:49

Comment on Tutorial : assert() Function Example program in C By Jagan
thanks nice article , but there is bug as already comment by the CZX . if you enter the 0 then there is no abnornal termination. program will terminate abnormally only for NEGATIVE VALUES

View Tutorial