C programming

profilefaag20
HW3.docx

All problems are from the textbook 2nd edition

1. Stack problem – page 238 q1 (10pts)

· Programs must utilize proper and consistent brace style and indention style.

· Programs must be easy to read. In other words, use blank lines and white space as appropriate to make code read nicely.

· Programs must be commented and must use meaningful variable names.

Distribution of points:

· 10% for compilation (that does not mean a blank main method which compiles gets the point for compilation)

· 10% for good programming practices like indentation, comments, good variable names, consistent bracing etc.

· 20% for execution with a good representation of inputs

· 60% for the program