GeekInterview.com
  I am new, Sign me up!
 

Pointer Questions and Answers


 Sponsored Links

 
 Pointer Questions and Answers - Page 8
Sorting Options :  

What does the following statement mean?int (*a)[4]A. 'a' is a pointer to an array of 4 integersB. 'a' is an array of pointers to integerC. 'a' is a pointer to function returning an integer
A 
Category: Technical   Tags : Pointer

*(*(*(*(a+i)+j)+k)+l) ...
Category: OOPS   Tags : Pointer

NULL pointer is pointer which is not pointing to anything in the memory.  NULL is defined as (void*)0.Uninitialised pointer is pointing to some memory location but the pointer values are not assigned.Malloc returns the memory address, but the contents ...
Category: OOPS   Tags : Pointer

NULL is a macro which contains the value 0 (on most implementations). this is the one used to initialize a pointer to NULL ...
Category: OOPS   Tags : Pointer

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

View page << Previous 4 5 6 7 [8] 9 10 11 Next  >>

Ask A Question
Go Top
 Sponsored Links

 
Expert Members
# User Name Count
1mathan_vel 408
2sudhakar2068 390
3srinivasulub1981 380
4sahu 323
5jainbrijesh 283
6sampra 278
7samiksc 231
8Sujatars 206
9Beena 194
10G.D.S.Prasad 191
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 -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape