.maverk
CPSComputer Programming - Seneca Polytechnic College
•Created by .maverk on 9/3/2023 in #ask-a-question
what are these numbers in c language ?
what is
1
and 4
??
if i am not mistaken 4
is the number of bytes to read and 1
is the size of the byte which means i can increase the size of 1
to wherever i want to present unicodes am i wrong ?5 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by .maverk on 9/3/2023 in #ask-a-question
why is this behaviour happening ?
20 replies
CPSComputer Programming - Seneca Polytechnic College
•Created by .maverk on 9/2/2023 in #ask-a-question
where is the difference between these two file modes ?
where is the difference between
w
and w+
in c ? they both erase the file where is the point of using w+
in c language ?108 replies