Strings in C++
Youkoso!
Here's Traditional Way (C Language)
We use null-terminated (\0) character array, although it is not technically a data type.
So, Operators cannot be applied to them, like assignment and comparison operators =, <, >, <=, >=.
// Declaration ...
abhishekchandra.hashnode.dev2 min read