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
Name the operators that cannot be overloaded in C++?
Explain what are single and multiple inheritances in c++?
What is the difference between map and hashmap in c++?
What is a literal in c++?
Define pre-condition and post-condition to a member function in c++?
How can you tell what shell you are running on unix system?
What is #include cmath?
Explain what are mutator methods in c++?
Can we inherit constructor in c++?
Define 'std'.
What are the uses of static class data?
How is modularity introduced in C++?
What is singleton class in c++?
Const char *p , char const *p What is the difference between the above two?
What are pointer-to-members in C++? Give their syntax.