Programming Terminologies (Prof. Kweku Gentle)
Programming Terminologies (Prof. Kweku Gentle)
16.Control structures: are constructs that enable you to alter the flow of
execution in a program based on certain conditions.
17.Constants: are values that do not change during the execution of a program.
18.Syntax: a set of rules that govern the structure of statements and expressions
in a particular programming language.
19. A pointer: is a variable that stores the memory address of another variable.