0
How to print (heart)â€in printf stat. In c language c
3 Answers
+ 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