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
How do you find out if a linked-list has an end?
Differentiate between late binding and early binding.
Is c++ primer good for beginners?
What are the uses of c++ in the real world?
What is data type in c++?
What is implicit pointer in c++?
Which software is best for c++ programming?
What do the keywords volatile and mean mutable?
What is the use of typedef?
What is an adaptor class or wrapper class in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
How do I start a c++ project?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Explain how to initialize a const data member.
Which is better c++ or java?