Pointers were not used in the original C programming language; they were added later on in C++.
Explanation
The answer is false because pointers were indeed used in the original C programming language. Pointers were an integral part of the original design and syntax of C. They allow for more flexibility and efficiency in manipulating memory locations and data structures. Pointers have been fundamental to C since its inception and continue to be a key feature in the language.