Exforsys

Online Training

what are pointers

This is a discussion on what are pointers within the C and C++ forums, part of the Programming Talk category; what is a pointer in C? how to use pointers ? where pointers are used? how to use pointers with array,...


Go Back   Exforsys > Programming Talk > C and C++

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-26-2007, 07:16 PM
Junior Member
 
Join Date: Sep 2007
Posts: 1
nitin daharwal is on a distinguished road
Thumbs up what are pointers

what is a pointer in C?
how to use pointers ?
where pointers are used?
how to use pointers with array,linked list,stack and structures?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-25-2007, 05:58 PM
Junior Member
 
Join Date: Oct 2007
Posts: 5
adarshshukla is on a distinguished road
Smile

pointers are the technique to directly access and manipulate the data storage area. pointers can be used to create dynamic arrays which can store the data without any bounds or limit of the space requried without wasting the memory by predefining the memory size as in arrays.
pointers can be used for creating stacks, linkedlist, dynamic arrays, structures, trees, b-tree, etc.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ) Steve Summit Tech FAQ 0 06-15-2004 07:00 AM
comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ) Steve Summit Tech FAQ 0 06-01-2004 07:01 AM
comp.lang.c FAQ list Table of Contents Steve Summit Tech FAQ 0 06-01-2004 07:00 AM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit Tech FAQ 0 06-01-2004 07:00 AM
comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ) Steve Summit Tech FAQ 0 05-15-2004 07:00 AM


All times are GMT -4. The time now is 03:59 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.