C's Character Set
Character Set, Arithmetic, Relational & Logical Operators
The C Programming Language Character Set is as follows:
- A - Z
- a -z
- 0 - 9
- (space) . , : ; ' $ "
- # % & ! _ {} [] < > |
- + - / * =
The C Programming Language Arithmetic set:
() Brackets
++ Increment
-- Decrements
* Multiplication
/ Division
+ Addition
- Subtraction
% Modulus
= Assignment
The C Programming Language has the following Relational and Logical Operators:
Relational
> Greater than
>= Greater than or equal to
< Less than
<= Less than or equal to
== Equal to
!= Not equal to
Logical
&& AND
|| OR
! NOT
Home Page
CWIS
Computer Centre
Information Suppliers: Richard Mobbs, Head of Information Services, Leicester University Computer
Centre and Marina Carter, Postgraduate Student, Leicester University Computer Centre.
Last Updated: July 1995