C to Pascal Programmers / PDF
C to Pascal Programmers / PDF
Table of Contents
Introduction
Variable Declarations
Assignment Statements
Relational Expressions and Conditional Statements
Loops
Examples to Put it All Together
Exercises
------------------------
Sample of the PDF document
Introduction
This Web extension is meant for readers familiar with Pascal but not C. It is
not intended as a tutorial on how to write C programs, but as a way of allowing
the reader familiar with Pascal to better understand the small amount of
C code that appears in this book. Given the level of examples in this book,
these differences are primarily syntactic.
not intended as a tutorial on how to write C programs, but as a way of allowing
the reader familiar with Pascal to better understand the small amount of
C code that appears in this book. Given the level of examples in this book,
these differences are primarily syntactic.
There is no standard Pascal type for unsigned integers or double precision
floating point. Also, Pascal ignores capitalization in variable names while
There is no standard Pascal type for unsigned integers or double precision
floating point. Also, Pascal ignores capitalization in variable names while
C to Pascal Programmers / PDF
0 commentaires: