Closed TanmayAgrawal closed 3 years ago
The 2nd parameter in fgets is the length of the string. It can be just kept anything larger than our string's length. It won't matter as \n would be encountered before it.
The 2nd parameter in fgets is the length of the string. It can be just kept anything larger than our string's length. It won't matter as \n would be encountered before it.