c print sizeof char by [ad_1] c print sizeof char char b = 'b'; printf("the size of b is %d",sizeof(b)); [ad_2] Please Share