hi everyone,
i have defined a string like,
String s="arduinouno";
but i want space after arduino and my required string is
s="arduino uno";
please help me
hi everyone,
i have defined a string like,
String s="arduinouno";
but i want space after arduino and my required string is
s="arduino uno";
please help me
i have defined a string
No you haven't. You have declared a String. They are different things
Putting that aside for now, have you tried doing what you say you want ?
i have defined a string like,
String s="arduinouno";
but i want space after arduino and my required string is
s="arduino uno";
please help me
If you want chocolate ice cream, why would you start with frozen peas? If you want to waste space with Strings, and you want a String to contain "arduino uno", why would you define it any other way?