What is the size of pointer ?
Also size of pointer in 64 bit pointer

Answer Posted / kunal mittal

Size of the pointer often corresponds to the architecture

Using a 32-bit OS gives you a 32bit pointer (ditto for 64 bit)

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the operators that cannot be overloaded in C++?

784


Explain what are single and multiple inheritances in c++?

732


What is the difference between map and hashmap in c++?

773


What is a literal in c++?

745


Define pre-condition and post-condition to a member function in c++?

880


How can you tell what shell you are running on unix system?

856


What is #include cmath?

835


Explain what are mutator methods in c++?

758


Can we inherit constructor in c++?

773


Define 'std'.

890


What are the uses of static class data?

865


How is modularity introduced in C++?

937


What is singleton class in c++?

794


Const char *p , char const *p What is the difference between the above two?

914


What are pointer-to-members in C++? Give their syntax.

838