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

A  
 “a” will return the address location which the pointer is using, *a the value, &a the address where the address for a is stored. ...
Category: Technical   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
Category: C   Tags : Pointer

Explain "passing by value", "passing by pointer" and "passing by reference"
Read Answers (2) | Asked by : suji
Category: C++   Tags : Pointer

In a circular singly linked list also it is possible to use the current pointer and delete all nodes. The pseudo code would be like this: while (curr != null){linkList *ptr = curr->next; free(curr);curr = ptr;} ...
Read Answers (2) | Asked by : harsha
Category: OOPS   Tags : Pointer

Skill/Topic: Variables and PointersA) FalseB) TrueExplanation: A pointer is a variable and can be used as an element of a structure and as an attribute of a class in some programming languages such as 
yeh, we can call pointer as a variable .it is used in some languages which supports its use.the datatype of pointer is of ptr,and not of datatype of the variable to which it is pointing. ...
Category: Data Structures   Tags : Pointer

Skill/Topic: Variables and PointersA) Address, PointerExplanation: A pointer to a pointer is a variable whose value is an address of another pointer variable 
address,pointer ...
Category: Data Structures   Tags : Pointer

Skill/Topic: Variables and PointersA) arrange data by moving data in memoryB) arrange data by moving pointer in memoryC) arrange data without having to move data in memory.D) None of the aboveExplanation: 
ans: C ...
Category: Data Structures   Tags : Pointer

pointer to constant: If a pointer is pointing to constant it is called as pointer to constant.In this case we cannot change the content of constant.eg :  const int n=5;  int *p=&n;in this case we cannot change the value of n.constant pointer:  ...
Category: OOPS   Tags : Pointer

C++ is an Object Oriented Programming Language is as we know , perfectly backword compatible with C. Becase of this backword compatibility .. it has got many flaws in it that prevented it to become a really good OOP language. Java was developped by ...
Category: OOPS   Tags : Pointer

1 What is reference pointer?2 Which C features are not in C++?3 Write a program of spiral matrix.4 Write a program of magic square.
Read Answers (2) | Asked by : Fakhruddin
Category: Flextronics   Tags : Pointer

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