Hello friends,

I am new to programming. I just wish to know what are the characters represented by ASCII values 0 and 32.

In ASCII list which I dowloaded from internet it is written that ASCII character represented by value 0 is null character.

But when I checked it by printing the character ( making a C program), it seems to be space. But character represented by value 32 also seems to be space character.

Please clear my doubt.

Thanks a lot.
bye n take care.