0% found this document useful (0 votes)
3 views5 pages

C Proposal 1

Proposal of c project

Uploaded by

gareprathm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views5 pages

C Proposal 1

Proposal of c project

Uploaded by

gareprathm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

GOVERNMENT POLYTECHNIC KARAD

MICROPROJECT PROPOSAL
COURSE: COMPUTER ENGINEERING

TITLE :

Student mark list by using C program

Under The Guidance Of-


M.A.Birnale

GOVERNMENT POLYTECHNIC KARAD 2022-23


MICROPROJECT PROPOSAL
COMPUTER ENGINEERING

TITLE: - Student mark list by using C program

1.0 AIM:

 To Know how to create a mark sheet in C language


 To get Information about C programming
 Gain Knowledge about The structure of the C language

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.

GOVERNMENT POLYTECHNIC KARAD 2022-23


User here again uses nested if-else condition like “if(s[k].avg>=60)” then it
will be pass and grade “A” or other condition will be vary pass and grade “b”
or “c” etc. after finding out all the marks and grades user declare printing
method for printing out the marks on screen as a result.

3.0 COURSE OUTCOMES:

a) Develop flowchart and algorithms to solve the problem logical.


b) Write simple C programs using arithmetic expressions.
c) Develop C program using control structure.
d) Develop C program using Array & structure.
e) Develop / use function in C program for modular programming
approach.

4.0 ACTION PLAN:

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

Prepare a 27/03/2023 10/04/2023


Whole Team
report
19/04/2023 19/04/2023
Presentation Whole team
24/04/2023 25/04/2023
Submission Whole team


GOVERNMENT POLYTECHNIC KARAD 2022-23


5.0 RESOURCES USED:

Name of the Qty.


Sr. No Specification
resource
Laptop with basic 1
1 Computer system configuration. Laptop

2 Software package Turbo c --

6.0 Submitted by: -

Sr.no Name of team member Roll No


1 Narendra Dattatray Metkari 256
2 Mayur Dhanaji Jagdale 260
3 Vinayak Gorakhnath Mainkar 261
4 Sanskar Subhash Deshmane 262
5 Parth Raju Kondhawale 265
6 Kartik Anil Sonawane 267
7 Om Ramdas Chavhan 268

GOVERNMENT POLYTECHNIC KARAD 2022-23


GOVERNMENT POLYTECHNIC KARAD 2022-23

You might also like