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 do the keywords volatile and mean mutable?
How do you declare a set in c++?
What is the extension of c++?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What are virtual constructors/destructors?
What is the purpose of the "delete" operator?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What is an html tag?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Why are pointers not used in c++?
Why #include is used?
Will a catch statement catch a derived exception if it is looking for the base class?
What is difference between c++ 11 and c++ 14?
What are the benefits of oop in c++?
What is the role of static keyword for a class member variable?