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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответов
+ 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