is there C command that counts number of characters in a character array or string?
or do I have to create a function that counts number of characters in an array or a string?
This is a discussion on count... within the C Programming forums, part of the General Programming Boards category; is there C command that counts number of characters in a character array or string? or do I have to ...
is there C command that counts number of characters in a character array or string?
or do I have to create a function that counts number of characters in an array or a string?
When all else fails, read the instructions.
If you're posting code, use code tags: [code] /* insert code here */ [/code]