Kavya Guest
|
Posted: Wed Nov 08, 2006 10:11 am Post subject: sizeof character constants in C++ |
|
|
In C, the character constants are of type int but in C++ character
constant are of type char. Why is there an incompatibilty here when C++
was designed to be a lot compatible to C. Shouldn't such small things
be same in both the languages? |
|