What do you call a line space without code?
Whitespace
what part of a code is this?
#include <studio.h>
Preprocessor or preprocessing command
what part of a code is this?
int main (void)
Main function
symbols used to open and close a function
{ curly brackets/braces }
In coding, what is within the opening parenthesis and semicolon
Argument
These are the locations in memory where values can be stored for use by a program (containers)
Variables
These are series of characters consisting of letters, digits, and underscores
Identifiers
It is a procedure to solve a problem in terms of actions and order
Algorithm