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

  A pointer variable is a variable that may contain the address of another variable or any valid address in the memory. 
pointervariable  is a  variable that can hold the address of variable and it is act as a array and  adavantage of pointer varialble is to change the  values in the prgroam in anywhere for  example programvoid main(){int a=10,b=20 ...
Category: C   Tags : Pointer

Pointer variable are initialized by one of the following two waysØ                  Static memory allocation 
Hope this may be the possible answer.#include#define MAX 5int main(){    int p[] = {1,2,3,4,5};//Static initialization    int *q = NULL;    int i;    for(i=0;i
Category: C   Tags : Pointer

For accessing a VSAM cluster sequentially, STARTBR, READNEXT, ENDBR commands are used. Suppose the VSAM cluster is sorted on the basis of a field (lets say age) and using STARTBR pointer is positioned on the record with name 'brijesh'. By using READNEXT that record is read. Now if i again use READNEXT, next record will be read(which could be the record with name other than 'brijesh'). If I want to read the next record with the same name (i.e. brijesh), whether RESETBR will be
Read Answers (1) | Asked by : Brijesh
Category: VSAM   Tags : Pointer

Hi, Do the following steps,To add a pointer (PTR) resource record to a reverse zone------------------------------------------------------------------------------------1- Open DNS. 2- In the console tree, click the applicable reverse lookup zone. (DNS ...
Category: 070-216   Tags : Pointer

One qn about pointer to funciton :how will a pointer to a pointer to a function will be declaredvoid *(*ptr[]));void *ptr[];void (**ptr[]
Category: Programming   Tags : Pointer

Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,.calling of that virtual method will result in which method being called?  a. Base method b. Derived method..
B 
Category: C Plus Plus   Tags : Pointer

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

View page << Previous 3 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