/** C PROGRAM TO PRINT LOVE SYMBOL **/

Explanation : Here we are printing the ASCII value of 3 . Which gives a love shape symbol.

you can also print directly by writhing the following code. 
printf(” %c “,3);
Output: