diff b/w char const in C/C++

hi,
what is the difference b/w char in C and C++.and give me the examples.
Thanks...
sarwan

I'm not sure what you mean. Are you asking about variable declarations, like "const char c" vs "char const c", or character constants like 'L' ?

It's an interview question that misguided IT managers use to impress/confuse prospective applicants. IMO anyway.

The answer is explained here:

http://www.eskimo.com/~scs/C-faq/q8.9.html

[edit] I got it backwards! Huh. n/m