Line Editor C Program Assignment
VerifiedAdded on 2019/09/16
|2
|413
|220
Practical Assignment
AI Summary
This assignment requires students to develop two C programs: testing.c, which tests three required functions, and editor.c, which implements a line editor using those functions. The grading emphasizes correctness, proper use of coding constructs, and adherence to style guidelines. Marks are allocated for automated testing, TA grading of functionality, program design, commenting, and test case completeness. Bonus marks are available for implementing file handling using command-line arguments. The assignment aims to assess students' ability to apply programming concepts to create a practical application.
1 out of 2