![]() |
VOOZH | about |
void outtext(char *string);Examples :
Input : string = "Hello Geek, Have a good day !" Output : 👁 ImageNote : Do not use text mode functions like printf while working in graphics mode. Ensure that the text doesn't go beyond the screen while using outtext. Below is the implementation for outtext() function: Output :
Input : string = "GeeksforGeeks is the best !" Output : 👁 Image
👁 Image