GeekInterview.com
  I am new, Sign me up!
 

Pointer Questions and Answers


 Sponsored Links

 
 Pointer Questions and Answers
Sorting Options :  

Java is used (especially in Internet) without pointers so that the address of the document cannot be fetched by others. ...
Read Answers (15) | Asked by : sunima dila
Category: J2EE   Tags : Pointer

Yes, Java definately supports POINTERS . But we are not using them externelly. the Java Runtime Environment (JRE) will take care of it. Generally it always a tough task to use pointers by the users. In order to overcome this Java developers make the pointers ...
Category: Java   Tags : Pointer

Main(){ int i, j, *p; i = 25; j = 100; p = &i; // Address of i is assigned to pointer p printf("%f", i/(*p) ); // i is divided by pointer p}
A) Compile errorB) 1.00000C) Runtime error.D) 0.00000Explanation: Error because i/(*p) is 25/25 i.e 1 which is int & printed as a float, so abnormal program termination, runs if (float) i/(*p) -----> 
Category: C   Tags : Pointer

I am sorry the 2 part of the above answer is wrong..... I confused long pointer with far pointerSIze of long pointer and char pointer will be the same ...
Read Answers (10) | Asked by : Raji
Category: C   Tags : Pointer

pointer is used to store the address of given variable  
A pointer is a variable, which contains the address of another variable ...
Read Answers (8) | Asked by : madhu
Category: C   Tags : Pointer

Far pointers are mainly used for 32 bit addressing that is the segment offset addressing. Normal pointers can onLy access the memory locations which is allocated by the compiler for that program. Far pointers are used for referencing memory locations ...
Read Answers (8) | Asked by : ash_k6
Category: C   Tags : Pointer

What is the type of the variable b in the following declaration?#define FLOATPTR float*FLOATPTR a,b;a) float b) float pointer c) int d) int pointer
Choose the correct option 
Read Answers (7) | Asked by : Lokesh M
Category: C   Tags : Pointer

Hi,I agree with Ashtosh , since linked list nodes are stored dynamically in memory wherever it has space so the simple addition wont give track of nodes but a junk value.we can construct this only by combining two pointer nodes for single data value.its ...
Category: C   Tags : Pointer

Why don\'t we add null pointer at the end of array of integer?How can we calculate the length of array of integer?
Category: C   Tags : Pointer

Yes pointer size is always that of size of word on a particular architecture.Actually pointer only contains starting address of a data type, there after how many bytes we have to read (e.g. 1 for char, 2 for int) depends upon type of pointer declared. ...
Read Answers (7) | Asked by : anupam verma
Category: Data Structures   Tags : Pointer

View page [1] 2 3 4 5 6 7 8 9 10 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