Loading [MathJax]/extensions/mml2jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Author
    • Set as Cover Page of Book
    • License
    • Show TOC
    • Transcluded
    • OER program or Publisher
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 1 results
  • https://eng.libretexts.org/Courses/Delta_College/C___Programming_I_(McClanahan)/12%3A_Pointers/12.05%3A_Pointers_to_Pointers
    The first pointer ptr1 stores the address of the variable and the second pointer ptr2 stores the address of the first pointer. // Displaying value of newVar using // both single and double pointers co...The first pointer ptr1 stores the address of the variable and the second pointer ptr2 stores the address of the first pointer. // Displaying value of newVar using // both single and double pointers cout << "Value of newVar = " << newVar << endl; cout << "Value of newVar using single pointer, *newPtr = " << *newPtr << endl; cout << "Value of newVar using double pointer, **dblPtr = " << **dblPtr << endl;

Support Center

How can we help?