Skip to main content

The Skeleton of a C Program

  • Chapter
The Art of C Programming
  • 1006 Accesses

Abstract

Let’s now turn our attention to what a C program looks like. All C programs consist of a series of functions. A function is somewhat like a BASIC subroutine. The primary difference is that a C function has a built-in mechanism for communicating values to the program which called it (and for accepting values from the calling program).

‘Why,’ said the Dodo, ‘the best way to explain it is to do it.’

Alice’s Adventures in Wonderland

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 79.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 99.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

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 1987 Springer-Verlag New York Inc.

About this chapter

Cite this chapter

Jones, R., Stewart, I. (1987). The Skeleton of a C Program. In: The Art of C Programming. Springer, New York, NY. https://doi.org/10.1007/978-1-4613-8685-8_2

Download citation

  • DOI: https://doi.org/10.1007/978-1-4613-8685-8_2

  • Publisher Name: Springer, New York, NY

  • Print ISBN: 978-0-387-96392-1

  • Online ISBN: 978-1-4613-8685-8

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics