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
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Is ca high or low level language?
When do we run a shell in the unix system? How will you tell which shell you are running?
What is endianness?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What are the manipulators in c++?
give me an example for testing a program showing the test path .show how the test is important and complex.
Describe new operator and delete operator?
What is auto type c++?
Name the implicit member functions of a class.
What is the basic structure of c++ program?
What is format for defining a structure?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What is the most useful programming language?
Which of the following is evaluated first: a) && b) || c) !