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!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponses
+ 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