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 does std mean in c++?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
What is the use of setfill in c++?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What is data hiding c++?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What is the prototype of printf function?
Define the process of handling in case of destructor failure?
What is the need of a destructor?
You run a shell on unix system. How would you tell which shell are you running?
What is c++ redistributable?
Explain what are accessor methods?
What is name hiding in c++?
What are the extraction and insertion operators in c++? Explain with examples.
How do you differentiate between overloading the prefix and postfix increments?