char b = 'ABC DEF';
I know this is wrong but
char a = '(xx)';
where xx is a two digit number, why is this not wrong?
where cout << a;
prints )
whatever the number is.
char b = 'ABC DEF';
I know this is wrong but
char a = '(xx)';
where xx is a two digit number, why is this not wrong?
where cout << a;
prints )
whatever the number is.