Explain what is a stream?
No Answer is Posted For this Question
Be the First to Post Answer
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
diff .between strcture and union
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
How can I copy just a portion of a string?
Difference between malloc() and calloc() function?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
what is the role you expect in software industry?
Is register a keyword in c?
Is calloc better than malloc?
What is c language used for?
Why do we use static in c?