SyntaxFix
Write A Post
Hire A Developer
Questions
To print your context ,you can write code like this :
FILE *fp; char *of; sprintf(of,"%s%s",text1,text2); fp=fopen(of,'w'); fprintf(fp,"your print line");