Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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 ...

  1. #1
    nitin daharwal is offline Junior Member Array
    Join Date
    Sep 2007
    Answers
    1

    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?


  2. #2
    adarshshukla is offline Junior Member Array
    Join Date
    Oct 2007
    Answers
    5

    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.


Latest Article

Network Security Risk Assessment and Measurement

Read More...