C Proposal 1
C Proposal 1
MICROPROJECT PROPOSAL
COURSE: COMPUTER ENGINEERING
TITLE :
1.0 AIM:
2.0 RATIONAL:
Structure in C is a user-defined data type that allows us to keep a collection
of various data types. The struct keyword is utilized to define the structure.
No memory or storage space is assigned when a struct type is defined. We
require to define variables in order to allocate the memory of a distinct
structure type and operate with it.
The given C program permits a user to enter student details manually, i.e.,
name, roll no, and marks for given subjects, and then calculate the percentage
of the student based on the marks of those given subjects, and then calculate
the grade operating this range.
In this program user asks to find out the Student grade and marks. User
define strut concept in this program and the array type variable for storing the
liable value. Here user asking to enter the required fields like roll no, name
and marks of student. After declaring all the user using control statement as
nested if-else for marking out the status about passing or fail criteria here user
insist a condition if(s[k].m1>=35 && s[k].m2>=35 && s[k].m3>=35) then
pass else fail. After finding out this one user find out the total obtaining marks
of students.
Names of
Details of Started date Finished responsible
activity date team
members
Selection of 20/02/2023 28/02/2023
Whole team
topic
1/03/2023 6/03/2023 Whole Team
Write proposal
7/03/2023 23/03/2023
project work Whole Team