Int types and char types can be used with each other without converting types.
tea
a;
a =“0”;
a = a-48; Or a = a-' 0 ';; Nothing is unacceptable.