Assessments

You'll find the answers to all questions here.

Chapter 2 – Understanding Program Structure

  1. Preprocessor directives, function definition statement, function call statement, return statement, and block statement.
  2. Complex control statements, complex looping statements, and simple expression statements.
  3. Function identifier, function return type, function parameter list, function block or body, and return statement.
  4. Function prototype.
  5. The function definition has a function body; the function declaration, or prototype, does not.
  6. The return statement is not required when the function return type is void.

Chapter 3 – Working with Basic Data Types

  1. Integers (whole numbers), floating-point numbers (real numbers), characters, and Booleans. ...

Get Learn C Programming - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.