Hi All,
I am unable to find a way to get number of bytes from a string. I want to get the length of string in bytes....
Thanking you.
Gaurav..

    If you mean the number of characters in the string, use strlen().

      Write a Reply...