GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

Pointer Questions and Answers


 Sponsored Links

 
 Pointer Questions and Answers - Page 2
Sorting Options :  

Thank you everybody for giving the right answer to the question. However the use of the term "pointer" in the question still leaves a lingering doubt in my mind as to whether the questioner really typoed a reference as a pointer? or did ...
Category: C++   Tags : Pointer

pointer holds the address of a variable.reference holds the address of duplicate of that variable. ...
Read Answers (5) | Asked by : Nayan
Category: C++   Tags : Pointer

the size of the pointer is 2 byte.tat u can check it out by using the function SIZEOF(). ...
Read Answers (5) | Asked by : mithila
Category: Technical   Tags : Pointer

What is a null macro? What is the differtents between a null pointer and a null macro? What is near, far and huge pointer? How many bytes are occupied by them? How would you obtain segment and offset addresses from a far address of a memory location?
Category: C   Tags : Pointer

Actually a pointer is just a address holder so its size is always that of an int data type,what ever may be the type of pointer.In a 16-bit compiler,its 2 bytes and in 32-bit compiler,its 4 bytes(ie depeds on sizeof(int)) ...
Read Answers (5) | Asked by : yashwant patel
Category: Data Structures   Tags : Pointer

a const pointer means the pointer which represents the address of one value. so if you declare a pointer inside the function, it doesn't have scope outside the function. if it is also available to the outside function whenever we declare a pointer as ...
Category: C   Tags : Pointer

pointer : pointer is a derived data type which holds addresses as its value. it points to value at it's address.for ex:int *p;does not mean p type is integer. p can't be int. p is just a pointer variable. the above declaration means p is a pointer to ...
Category: OOPS   Tags : Pointer

test.h is nothing but in my pgm..simply include all header files..#include#include#include#include ...
Category: C   Tags : Pointer

Explain "passing by value", "passing by pointer" and "passing by reference"
Category: OOPS   Tags : Pointer

How do you declare the following: An array of three pointers to chars An array of three char pointers A pointer to array of three chars A pointer to function which receives an int pointer and returns a float pointer A pointer to a function which receives nothing and returns nothing
Category: OOPS   Tags : Pointer

View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next  >>

Ask A Question
Go Top
 Sponsored Links

 
Expert Members
# User Name Count
1sudhakar2068 390
2sahu 324
3jainbrijesh 282
4sampra 279
5samiksc 231
6Sujatars 206
7Beena 194
8sivanesh.a 189
9sithusithu 161
10sujatham 142
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape