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

GeekInterview.com  >  Interview Questions  >  Programming  >  C
Go To First  |  Previous Question  |  Next Question 
 C  |  Question 120 of 436    Print  
what is pointer?
pointer is used to store the address of given variable


  
Total Answers and Comments: 8 Last Update: August 03, 2006     Asked by: madhu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 22, 2005 06:23:20   #1  
kulwant1977 Member Since: September 2005   Contribution: 7    

RE: what is pointer?
Pointer is Variable which hold in address.
 
Is this answer useful? Yes | No
September 24, 2005 10:04:21   #2  
John        

RE: what is pointer?

Function Pointers are pointers, i.e. variables, which point to the address of a function. You must keep in mind, that a running program gets a certain space in the main-memory. Both, the executable compiled program code and the used variables, are put inside this memory. Thus a function in the program code is, like e.g. a character field, nothing else than an address. It is only important how you, or better your compiler/processor, interpret the memory a pointer points to.


 
Is this answer useful? Yes | No
October 30, 2005 08:40:29   #3  
rajesh        

RE: what is pointer?

A POINTER IS USED TO MANUPLATE THE VAREABLE WITH THERE ADDRESS.


 
Is this answer useful? Yes | No
November 16, 2005 23:22:11   #4  
Anil Kumar Sahoo        

RE: what is pointer?
Pointer is a variable which can store the address of another variable. The best use of pointer is to save memory.
 
Is this answer useful? Yes | No
November 19, 2005 00:18:31   #5  
hiresh ku. chandrakar        

RE: what is pointer?
a pointer is a variable which stores the address of another variable(oca institute,orissa)
 
Is this answer useful? Yes | No
November 23, 2005 03:07:12   #6  
Saravanaperumal        

RE: what is pointer?
Pointer is point to the address of another variables
 
Is this answer useful? Yes | No
November 24, 2005 09:55:23   #7  
ramyakavis Member Since: November 2005   Contribution: 1    

RE: what is pointer?
pointer is a variable used to store adress of another variable,
 
Is this answer useful? Yes | No
August 03, 2006 10:01:12   #8  
Priya        

RE: what is pointer?
A pointer is a variable, which contains the address of another variable
 
Is this answer useful? Yes | No


 
Go To Top


 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