0
How to print (heart)❤in printf stat. In c language c
3 Antworten
+ 3
Rohit Nandagawali do you have a code to show us how far you have gotten and where your error is ?
0
#include <stdio.h>
main ()
{
printf ("❤");
}
I WANT TO PRINT HERE HEART SYMBOL BUT HOW TO GIVE THIS INPUT VIA KEYBOARD? ??
0
here is a code https://code.sololearn.com/cQabm8IXe7bx/?ref=app