الرجوع
تسجيل الدخول

Given the following code fragment, which statement assigns the value of b to a?

char a = '1';
char b = '0';