fputs Questions
1
Solved
please explain it to me that what is the dfference between
puts(string name) and fputs(string name,stdout)
both of them have the same output especially when I use fgets(string name,n,stdin) for get...
1
Solved
I don't get it why fputs and fprintf reverse stream order.
int fputs (const char * str, FILE * stream);
int fprintf (FILE * stream, const char * format, ...);
ssize_t write(int fd, const void *buf...
3
Solved
3
Solved
Here is my current problem: I am trying to create a file of x MB in C++. The user will enter in the file name then enter in a number between 5 and 10 for the size of the file they want created. Lat...
3
Solved
What exactly is the difference between the two?
1
© 2022 - 2024 — McMap. All rights reserved.