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...?
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...?
 
    
    