so reverse fun for ci.e user defines fxn will able to reverse c and c++
strings????

On Fri, Sep 30, 2011 at 3:07 PM, UTKARSH SRIVASTAV
<usrivastav...@gmail.com>wrote:

> NO....C++  has only one additional data type that is bool.Rest everything
> is designed as a class.
> The c++ string is actually a class with overloaded operators......
>
>
> On Fri, Sep 30, 2011 at 2:30 AM, Mohan Varma <mohanvarm...@gmail.com>wrote:
>
>> 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.
>>
>>
>
>
> --
> *UTKARSH SRIVASTAV
> CSE-3
> B-Tech 3rd Year
> @MNNIT ALLAHABAD*
>
>
>  --
> 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.
>

-- 
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