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...
Onitaonlooker asked 27/8, 2021 at 15:47

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...
Chism asked 15/1, 2015 at 3:25

3

Solved

I have a file of about 2000 lines of text that i generate in my program, every line has the information of an employee and it's outputed like this 1 1 Isaac Fonseca 58 c 1600 1310.40 6 1 0.22 21...
Picasso asked 14/7, 2012 at 22:31

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...
Trimeter asked 25/10, 2011 at 21:19

3

Solved

What exactly is the difference between the two?
Rector asked 17/4, 2011 at 2:4
1

© 2022 - 2024 — McMap. All rights reserved.