There's no data type called string in C. Strings are represented as
plain char arrays with a null character '\0' at the end.All the string
functions like strlen() rely upon this convention.

I'm not much familiar to C++, but C++ has a string data type.

On Sep 30, 10:27 am, rahul sharma <rahul23111...@gmail.com> wrote:
> what is c style string??????n wats diff b/w c and c++ strings
> representtaion..????

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to