Can we print special character like ' * ' by using its ASCII value ? If not wat is the conceptual reason behind it? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Can we print special character like ' * ' by using its ASCII value ? If not wat is the conceptual reason behind it?

c programming

8th Jul 2018, 2:48 PM
Deepak Bhalode
Deepak Bhalode - avatar
2 Antworten
+ 7
printf("%c", 42);
8th Jul 2018, 2:54 PM
John Wells
John Wells - avatar
+ 1
ty sir
8th Jul 2018, 3:39 PM
Deepak Bhalode
Deepak Bhalode - avatar