I want to print the following in C.
Tonight’s schedule is:
• Pizza
• Movie
• ice cream
I do not know how to print the bullet point character.
The code bellow can give you guide on this:
#include <stdio.h>
int main(int argc, char** argv)
{
printf("Tonight’s schedule is: \u2022 Pizza \u2022 Movie \u2022 ice cream\n");
return 0;
}
• search for html number •
This link declares "\u2022" as the C source code encoding.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With