1.

Printi() और fprintf() फंक्शनों में क्या अन्तर है?

Answer»

ANSWER:

here's your answer

EXPLANATION:

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.



Discussion

No Comment Found