C_Programming_Flashcards
C_Programming_Flashcards
A: Keyword: Reserved word in C (e.g., int, return). Identifier: User-defined name for
variables/functions.
A: int, float, char, double. Example: int (-32,768 to 32,767) on 16-bit systems.
A: Direction in which operators of same precedence are evaluated. Most are left to right.
9. Q: What is recursion?