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
Which field is used in c++?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Tell me difference between constant pointer and pointer to a constant.
How do you sort a sort function in c++ to sort in descending order?
Give an example of run-time polymorphism/virtual functions.
What is an accessor in c++?
What are arrays c++?
What are the types of pointer?
What are the c++ access specifiers?
What is singleton pattern in c++?
What is the use of c++ programming language in real life?
explain the reference variable in c++?
What is purpose of new operator?
Explain the isa and hasa class relationships. How would you implement each?
What is the difference between function overloading and operator overloading?