What is the size of pointer ?
Also size of pointer in 64 bit pointer
Answers were Sorted based on User's Feedback
Answer / shraddha
The size of pointer is 2 bytes on 16 bit platform
The size of pointer is 4 bytes on 32 bit platform
The size of pointer is 8 bytes on 64 bit platform
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / shakti singh khinchi
Ans1: Size of a pointer is size of a WORD in OS. OR you can
say that size of a pointer is similar to size of a "int"
variable on that OS.
Ans2: size of 64 bit pointer is also similar to size of an
integer type variable that is 8 bytes.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the various operations performed on stack?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What will happen if when say delete this ?
In which memory a class gets stored(in heap /in stack)? And why??
What you know about structures in C++?
0 Answers Agilent, ZS Associates,
Can I learn c++ in a week?
How do I get good at c++ programming?
Can we define a constructor as virtual in c++?
Give 2 examples of a code optimization?
Can we sort map in c++?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?