|
|
635a8300a3
|
Implemented suggestions from affine. Considerably simplified the program by removing initialization for 'a' prior to loop entry; 'a' is now declared as the initialization expression for the loop, performing a getchar at the same time and preventing a null byte from being printed as the first character (even though this was not visible to the user).
|
2025-08-14 20:02:00 +00:00 |
|
|
|
abc0ac1660
|
Rewrote while loop as a for loop to reduce overall program size.
|
2025-08-14 19:52:12 +00:00 |
|
|
|
d6f81778ef
|
Completed and improved ex1_10 using a switch function.
|
2025-08-14 19:23:28 +00:00 |
|