From 1c837451ed493ad924f8b4f606454204fa0c6a40 Mon Sep 17 00:00:00 2001 From: "ansari.rayyan@outlook.com" Date: Tue, 2 Nov 2021 23:32:54 -0700 Subject: LAB5Ansari - ANSWERS - VFinal --- LAB5-Ansari-Answers.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LAB5-Ansari-Answers.txt b/LAB5-Ansari-Answers.txt index 2199035..b274057 100644 --- a/LAB5-Ansari-Answers.txt +++ b/LAB5-Ansari-Answers.txt @@ -412,6 +412,10 @@ Break into at least 3 files as in 9b. 10 pts #7 Write a full program to do this. Submit: code & runs +NOTE: For this question, the books says chech the first 6 characters of string one. Since "Frank" is only 5, I am assuming they want the 6th +character to be checked as the carrige return. Hence why when Frank is compared to Franklyn, it comes as false because the program compares +Frank(\0) to Frankl + FILE 1 (MAIN) #include "CommonInfo.h" -- cgit v1.2.3