CS计算机代考程序代写 CSCA48 Test #7

CSCA48 Test #7
• You will have 30 minutes to answer 2 questions
• Please ensure that your hands, head, and desktop are visible in your
webcam
• Turn your camera, microphone, and speakers on, leave your volume at a low level
• Once the test has begun, you may not touch or approach your computer unless told to do so, you must remain in view of the camera at all times
• If you have a question, raise your hand and you will be moved to a breakout room where you can talk to an invigilator
• All answers must be legible and clearly labeled, no marks will be given for unclear or unreadable answers
• If any question is under-specified, you will not be penalized for making a reasonable assumption

• The questions in this test refer to the following function. Please copy it down carefully
• Note: linked_list_search(a,b) returns true iff the value b is found in linked list a
1|
2|
3|
4|
5|
6|
7|
8| }
9| 10| 11| 12|
13| }
}
i++; }
return count;
int mystery(LinkedList* l, char* s){ int i=0;
int count=0;
while(s[i] != ‘\0’){
for(int j=0; j