What is the size of pointer ?
Also size of pointer in 64 bit pointer
Answer Posted / babita sharma
Size of a pointer is 2 Bytes
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
what are the characteristics of Class Members in C++?
What does floor mean in c++?
Name the implicit member functions of a class.
What are the data types in c++?
Explain operator overloading.
Describe the advantages of operator overloading?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is an undefined reference/unresolved external symbol error and how do I fix it?
State the difference between delete and delete[].
If dog is a friend of boy, is boy a friend of dog?
Is c better than c++?
When to use “const” reference arguments in a function?
How do you define a class in c++?
Explain one-definition rule (odr).
Can you please explain the difference between using macro and inline functions?