Posted inC++ Programming
C++ Strings
C++ provides following two types of string representations: The C-style character string as follows: char greeting[6]={'H','e','l','l','o','\0'};…
Empowering Developers, One Line of Code at a Time.