Home > Back-end >  The c language
The c language

Time:11-07

How to determine the number of leading zeros of digits (zero is in front of)

CodePudding user response:

Have a leading zero can be considered as octal

CodePudding user response:

How do you get with a leading 0 number??? String, strlen directly determine the length of the string is not finished, not a string, how can you confirm the front several leading 0?
  • Related