End Google Ads 201810 - BS.net 01 --> Hi ,
When i try to do as follows.

CString strString=_T("testing");
int nSize=sizeof(strString);

now nSize gets a value =4;

how the size is getting 4 strString is a pointer..? i guess it is an object...

Please clarify..