Skip to main content

Introduction to Pointers

  • Chapter
Beginning C for Arduino
  • 8670 Accesses

Abstract

One of the most powerful features of the C programming language is pointers. While many of the features of any programming language have the power for you to shoot yourself in the foot, pointers give you the power to blow your entire leg off. Because of the raw power of pointers, many popular languages either don’t support pointers at all (e.g., Java) or only let you use them in a very limited way (e.g., C#). Personally, most people go wrong using pointers because they don’t really understand what pointers are or what they do. Fortunately, you’ve been introduced to programming in a way that will make understanding pointers a snap. With that understanding comes faster, more efficient C programs. Let’s jump right in!

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 54.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 69.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2015 Jack Purdum

About this chapter

Cite this chapter

Purdum, J. (2015). Introduction to Pointers. In: Beginning C for Arduino. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-0940-0_8

Download citation

Publish with us

Policies and ethics