2023 Slide Deck - ITPPA1-22 - Week - 2
2023 Slide Deck - ITPPA1-22 - Week - 2
ITPPA1-22
Eduvos (Pty) Ltd (formerly Pearson Institute of Higher Education) is registered with the Department of Higher Education and Training as a private higher education institution under the
Higher Education Act, 101, of 1997. Registration Certificate number: 2001/HE07/008
Week 2: Lesson 4 & 5
Introduction
CPP_Assignment firstC++Prog
InchesInOneCentimeter travel_Time
Jack’sHomework _number
Activity
1. Mark the following statements as true or
false.
a. An identifier must start with a letter and can
be any sequence of
characters. (1)
b. In C11, there is no difference between a
reserved word and a
predefined identifier. (1)
c. A C11 identifier cannot start with a digit. (1)
d. The collating sequence of a character is its
preset number in the
character data set. (2)
e. Only one of the operands of the modulus
operator needs to be of
type int. (3)
Activity