/* * variables.c */ int main(int argc, char *argv[]) { int x, y, z; x = 42; y = 19; z = x + y; }