ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C++  >>  C++ General
 
 


 

 
 STL interview questions  STL Interview Questions
 OOPS interview questions  OOPS Interview Questions
 C++ General interview questions  C++ General Interview Questions
Question
What is the size of pointer ?
Also size of pointer in 64 bit pointer
 Question Submitted By :: V157162
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the size of pointer ? Also size of pointer in 64 bit pointer
Answer
# 1
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 ?    0 Yes 1 No
Kunal Mittal
 

 
 
 
Other C++ General Interview Questions
 
  Question Asked @ Answers
 
program to print this triangle * * * * * *  5
Brief explaination about #include<iostream.h>, cin and cout  3
How can you find the nodes with repetetive data in a linked list? Lucent1
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.  8
Explain working of printf?  4
What is Virtual Inheritance? Wipro2
What is the difference between method and message? HP2
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??  2
Why do C++ compilers need name mangling? Lucent2
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so  1
what is the order of initialization for data? TCS6
What about Virtual Destructor? Virtusa1
int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30 Quark2
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used? CTS1
What is the Difference between "printf" and "sprintf"? iSoft5
Write any small program that will compile in "C" but not in "C++" Honeywell9
What are advantages and disadvantages of Design patterns? IBM3
Write the program for fibonacci in c++? Wipro7
In a class only declaration of the function is there but defintion is not there then what is that function? Hughes4
How do I open binary files?  1
 
For more C++ General Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com