|
Whats a character? Like #$^&^*?
if i type
cout << "123";
and if i type
cout << 123;
does that make any sense? how is it difference?
you said "123" is a string and not a number... how do i add it if i ask someone to keyboard back to me a number. and if they type back 123, is that a number or a string?
|