Viewing 0 reply threads
You must be logged in to reply to this topic.
Just use
fprintf(stderr,"your text string");
or
to display an integer along with a text, use
fprintf(stderr,"The number is : %d", 10 );
You must be logged in to reply to this topic.
Discuss Through WhatsApp