Computer Science, asked by DurgaNandan92251, 11 months ago

How to assign string walue to another string in c++?

Answers

Answered by AbhinSreekumar
0

Answer:

To assign a String Value,

First assing the value 'M'as "String = M"

since Java is case sensitive, you have to use the same values everywhere

String M;

M="Hello";

Similar questions