example code from class
This commit is contained in:
parent
eb9255e54d
commit
a02d9995e5
@ -28,6 +28,8 @@ int main(void) {
|
||||
|
||||
//y = x++;
|
||||
//int z = ++x;
|
||||
y = ++x;
|
||||
z = ++x;
|
||||
|
||||
|
||||
//printf("x = %d, y = %d, z = %d , nameOfAccountHolder = %s \n", x, y, z, nameOfAccountHolder);
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user