cout<<
worked out for every other pointer data type but... when char is fed it show the pointed address.....(which every one knows)
but i want to see the address stored in the char pointer how to see it..
i was thinking using printf()
but ruined out by not knowing what kind of data type is the used to store address...
I am curious in which data type is used to store mem address....
long, int ....