Question: I keep getting an error when I try to execute it. Any help to fix it would be appreociated. This is C program. #include stdio.h


#include "stdio.h" struct Student Record EH float quid,quiz2; float midTerm; float finalMarks; float maxMarks; float percent; char grade; }; void input(struct Student Record student) A printf(" Enter the marks of quiz 1 and quiz 2 respectively: "); scanf("%f", &student->quiz1); scanf("%f" ,&student->quiz2); printf("Enter the marks of mid-term: "); scanf("%f" ,&student->midTerm); printf("Enter the marks of Final: "); scanf("%f", &student->finalMarks); void computerGrade(struct Student Record student) B{ float tot_marks= (student->finalMarks 0, 5)+(student-SmidTerm*3.25)+((student->quizi+student-squiz2)*8.25); float per: char : student->maxMarks=(1883.58)+(1003.25)+(25*3.25); per= (tot_marks/student->maxMarks)*180; student-percent=per; File length: 1593 lines i 71 Lnz65 Col:16 Post 1,567 W Type here to search 0 1 Mbaoag RProje x 38 40 else if(student->percent> 0 && student->percentpercent>=70 && student->percentpercent>=60 && student->percentgrade=g; } 49 50 51 52 53 54 55 56 52 58 59 60 void output( const struct StudentRecord student) BE printf(" Marks of Student: "); printf("Quizi: %f", student.quiz1); printf(xt Quiz2: %f", student.quiz2); printf(" Mid-Term Exam: X student.midTerm); printf(" Final marks: 24 student. finalMarks); printf(" Percent: %** student.percent); printf("InGrade: c", student.grade); } > Blint main() { const struct StudentRecord St; input(&St); computeGrade (St); output(St) 63 67 68 65 return Tenth 1.592 lines 71 In: 65 er samyOneDrive Documents\Abaoag Proj6.c-Notepad++ Search View Encoding Language Settings Tools Macro Run Plugins Window? ex Command Prompt Microsoft Windows (Version 10.0.18363.1316] (c) 2019 Microsoft Corporation. All rights reserved. C:\Users\samyl>cd onedrive documents C:\Users\samy1(OneDrive\Documents>bcc32 AbaoagrProj6.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland Warning W8075 C 63: Suspicious pointer conversion in function main Warning W8065 . 64: Call to function computeGrade with no prototype in function main Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external computeGrade referenced from C:\USERS\SAMYL \ONEDRIVE\DOCUMENTS C:\Users\samy1\OneDrive\Documents>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
