Skip to main content

Operators

  • Chapter
A Book on C

Part of the book series: Macmillan Computer Science Series ((COMPSS))

  • 698 Accesses

Abstract

In preceding chapters we have used identifiers with type char, int, and float. Data types char and int must be available in any C implementation. When the size of a C language processor has to be reduced, it will be the data type float that will be sacrificed. RatC does not support the type float. On larger machines offering a ‘full’ implementation of C we might also expect to have access to the types double length floating point (abbreviated to double), double length integer (abbreviated to long) and perhaps short integers (short). We suggest that you look at the implementation notes for C on your system to discover what is on offer. This information is needed only when it is necessary to mix types in an expression, for then we need to know the type of the result.

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

Access this chapter

Subscribe and save

Springer+ Basic
$34.99 /Month
  • Get 10 units per month
  • Download Article/Chapter or eBook
  • 1 Unit = 1 Article or 1 Chapter
  • Cancel anytime
Subscribe now

Buy Now

eBook
USD 19.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever

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.

Authors

Copyright information

© 1988 R. E. Berry, B. A. E. Meekings and M. D. Soren

About this chapter

Cite this chapter

Berry, R.E., Meekings, B.A.E., Soren, M.D. (1988). Operators. In: A Book on C. Macmillan Computer Science Series. Palgrave Macmillan, London. https://doi.org/10.1007/978-1-349-10233-4_7

Download citation

  • DOI: https://doi.org/10.1007/978-1-349-10233-4_7

  • Publisher Name: Palgrave Macmillan, London

  • Print ISBN: 978-0-333-46529-5

  • Online ISBN: 978-1-349-10233-4

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics