What is the ASCII value of '\0'

'\0' is used to terminate a string. Does anyone knows its ASCII value?
0, of course.
 
printf("%d\n", '\0');


Change \0 for any char you want to get the ASCII value.
Topic archived. No new replies allowed.