Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
If we declare a pointer like char *p;how much memory is allocated for pointer variable 'p'.
Questions by pavankishore answers by pavankishore
Editorial / Best Answer
winny gupta2 bytes of memory because the pointer variable, whatever data type it maybe pointing to is always an unsigned integer as the address is always a positive integer, hence requiring 2 bytes of memory