GeekInterview.com
  I am new, Sign me up!
 

Pointer Questions and Answers


 Sponsored Links

 
 Pointer Questions and Answers - Page 5
Sorting Options :  

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

What is the difference between function pointer and pointer to function?why we use static variable as a global instead of defining it a local?
Read Answers (2) | Asked by : vimal gupta
Category: OOPS   Tags : Pointer

Can anyone give me complete information while performing this situation,A function is running, it has its own stack pointer, memory area now it invokes another function from this point what changes will be in it's memory area and what other changes in data segment, stack segment, heap segment. I want a complete picture of memory architecture?
Category: Concepts   Tags : Pointer

#define   NULL   0#define   NULL_PTR   (void *)0NULL_PTR has ponter context, while NULL is a normal value. ...
Read Answers (2) | Asked by : anu
Category: C   Tags : Pointer

YES OFCOURSE....#include #include int main(){     int myVar;     float fVal   = 5.5;     float *pFloat;     pFloat = &fVal;     ...
Read Answers (2) | Asked by : mainathan
Category: C   Tags : Pointer

Hi,Pointers are variables which store address of an varaiable.int a=2;int *ptr;ptr=&a;let "2002" be the address locn of a. then => p=2002, at the value at that addres is "2".For more info "Let us C" by Yashwant Kanethkar - good book for beginers. ...
Read Answers (2) | Asked by : Mohamed mansoordeen
Category: C   Tags : Pointer

If we declare a pointer like char *p;how much memory is allocated for pointer variable 'p'.
Category: C   Tags : Pointer

Char str[]="DOLLAR";Here , you have the base address of array i.e. str.By using only one pointer variable, you have to replace the occurrence of 'L' with '$$'. (after replacement, it should be DO$$$$AR)can any body suggest efficient method?
Read Answers (2) | Asked by : pavan kumar reddy
Category: C   Tags : Pointer

arulkumar:  No, Void pointer is a pointer it is automatically type casted, we can assign to any pointer. But NULL pointer is a pointer which holds 0 (zero) as its content. (i.e) It doesn't pointing anything.   ...
Category: OOPS   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
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