Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Après char c = ‘A’ , quelle instruction me permet d’afficher le code ASCII du caractère c ?
printf(" %d\n", c);
printf(" %p\n", (char) &c);
printf(" %s\n", ascii(c));
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!