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
What are member functions used in c++?
What is iterator c++?
What is binary object model?
How many keywords are used in c++?
How to declare a function pointer?
What is virtual table?
give me an example for testing a program showing the test path .show how the test is important and complex.
What is a modifier in c++?
What is the cout in c++?
What is the identity function in c++? How is it useful?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
How is static data member similar to a global variable?
Explain differences between new() and delete()?
what are the decision making statements in C++? Explain if statement with an example?
Is there finally in c++?