Pret
Joined: 18 Jul 2006 Posts: 92 Location: Iasi, Romania
|
|
Posted: Mon Jul 02, 2007 4:01 am |
|
|
Ofcourse. This is a standard C situation. Either you are using 0 or NULL is the same thing. Also you can use \0 into strings. If you'r declaring a string like "hello world", compiler puts automatically a NULL value as a last character. Thats the quotation marks (" ") behaviour. |
|