cost 114 ms
How to skip further data in file

I want to read from a (.txt) file's line just 255 bytes (symbols, numbers, whitespaces) and skip the further ones. If there are less than 255 bytes, t ...

Scanf freezes after second inputs

Im using a double linked list to make a studentdata base, however im having trouble trying to get all my scanfs and fgets to actually work, after scan ...

2022-09-15 01:35:03   2   38    c / scanf / fgets  
How to use fgets() and sscanf

Suppose there is a case: input required: User may input in such a way that he may press enter(\n) after each input. All I want to take this inpu ...

2022-07-13 11:32:43   1   55    c / scanf / fgets  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM