-
Contributing Member
Printtextscreen and printf
In C programming language is printtextscreen function same as printf? If not what is the difference
-
Contributing Member
Re: Printtextscreen and printf
The function printTextScreen() is used in graphics mode in C to print string in specified position and if specified as per the color needed by programmer. The function printTextScreen() takes four parameters namely x coordinate position, y coordinate position, the string and the color. printf is used to print the output in normal screen mode.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules