static char x; printf("%d",x); above statement does not work. but following statement work printf("%bd",x); what is differance between format specifier %d and %bd
Do you mean Cx compiler user guide. If no, then let me know the exaxct web address for "The Manual"
Yes in That Manual (p288 in mine) look up printf /printf517
Thank you.