Programming Tutorials

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



Comment Added by : ToKha

Comment Added at : 2013-11-19 01:32:34

Comment on Tutorial : assert() Function Example program in C By Jagan
I can't compile the source with Dev-C++ 4.9.9.2, here is the error message:
D:\AP\C\assert.c: In function `main':
D:\AP\C\assert.c:13: error: syntax error at '#' token
D:\AP\C\assert.c:13: warning: passing arg 1 of `_assert' makes pointer from integer without a cast

Execution terminated
Any body explain it, please ....


View Tutorial