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 8
Sorting Options :  

This error appears due to incorrect assignment to pointer and pointer tries to access illegal memory location. ...
Category: OOPS   Tags : Pointer

Yes, a simple exp is the link list. ...
Category: OOPS   Tags : Pointer

Link list is implemented as a structure (data, link *), How is pointer moved to the next node, cursor points to the present node. A. cursor == cursor->link B. cursor ++ C. ++ cursor D. none of these
Category: Technical   Tags : Pointer

In the following code; #include main() { FILE *fp; fp= fopen("trial","r"); } fp points to: a) The first character in the file. b) A structure which contains a "char" pointer which points to the first character in the file. c) The name of the file. d) None of the above.
Category: C   Tags : Pointer

Skill/Topic: ArrayA) by using the address operator, which is the ampersand (&), in an assignment statementB) by using the address operator, which is the asterisks (*), in an assignment statementC) by 
sayint * ptoia[10];int a=10;so we can writeptoia[0]=&a;.... and so on,. ...
Category: Data Structures   Tags : Pointer

pointer to the array is the base address or the location of the first element of the array while the  array to the pointers is the storage for the saving of the pointers in the array. ...
Read Answers (1) | Asked by : santhosh kumar
Category: Birlasoft   Tags : Pointer

Dangling pointer is a pointer which is pointing to the destroyed object or which does not have proper address. A pointer should be intialized to zero once it is freed after allocating memory to that pointer. Ex: main() { ...
Read Answers (1) | Asked by : sandip phad
Category: C   Tags : Pointer

cursor is basically a pointer as it's like a address of virtual memory which is being used storage related to sql query & is made free after the values from this memory is being used. ...
Read Answers (1) | Asked by : Apan Motilal
Category: PL/SQL   Tags : Pointer

Dangling pointers and wild pointers in computer programming are pointers that do not point to a valid object of the appropriate type, or to a distinguished null pointer value in languages which support this. Dangling pointers arise when an object is deleted ...
Read Answers (1) | Asked by : rajan.c
Category: OOPS   Tags : Pointer

Fake pointer is used to create a illusion or virtual functionality of pointer which is used to mutate the objects where single objects have multiple functionality at same time.Please confirm , i just guess ...
Category: C++   Tags : Pointer

View page << Previous 4 5 6 7 [8] 9 10 11 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