0

When I want to print the address of any char variable then, output will be a single char or blank.

i.e,

char x = 'a';

cout<<&x;

output:

f

Please! tell me why is is happening...?

DevSolar
  • 67,862
  • 21
  • 134
  • 209

0 Answers0