@phoenix:

NULL character is "\0" -- ascii value 0x00
Number 0 is char '0' -- ascii value is 0x30 or 48

so, 48 when encountered.. it prints.. 0, when \0 is found... it stops...

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/algogeeks/-/mq2m5T07zk0J.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to