Saved Bookmarks
| 1. |
Printi() और fprintf() फंक्शनों में क्या अन्तर है? |
|
Answer» here's your answer The key difference between print and fprintf is that PRINTF is a C function used to print a formatted STRING to a standard output stream which is the computer screen, while fprintf is a C function to print a formatted string to a FILE. |
|