ABCDEFGHIJKLMNOPQRST
1
252AyushDevelop a C program which reads a flight information(airways,type of plane,destination,arrival and departure time and saves it in a file and sorts the list according to the time
2
0xyzDevelop a C program which accepts USN, Name, marks scored in 6 subjects, stores them in a file and displays the total marks and highest marks in every subject.
3
265channabasavesh BhilawadiDevelop a C program to create a data file by name Bus which contains information of Buses. Define a structure by name bus and structure should have members that include the Class(sleeper,semi-sleeper etc),bus number,time of arrival,time of departure,duration of journey, bus fare. write a function to give the print information of bus as per destiny place entered by user.
4
259Basavarajaiah G MDevelop a c program which accepts ingredients(to prepare food),how much quantity we need,how many items we need,price of an every ingredient & total price which is stored in a file & displayed
5
223Akshaya Nirwaniwrite a c program to find one of the best employ in the software company.working with 50 employs based on the performane of the work,attendence,salary,no of program solved per day in an average,,
6
243Arun D JDevelop a C program to create a data file by name hostel which stores information of students in which define a structure by name student and the structure should have members that include the name, room number, address, branch, cource year, fees paid, fees balance. Write function to print the details of students who are having fees balance.
7
234Ankit KaneriDevelop a c program which prints mobile price list > name of the company ,modal no,sort price range, actual price, and sort it descending
8
230Amogh R WadeyarDevelop a C program to create a data file by name olympic game which contains information of players and define a structure by name player and the structure should have members that include the player name, game,age, country, number of medals. Write function to print the details of players according to number of medals won by them.

9
10
238Anupam Saurabh
11
266Channappa SonnadVehicle Survey of India has asked its representatives to make survey on the number of vehicles and their owners in their respective alloted location.Assuming oneself as representative and compiling data for 100 owners,create a C program which includes following data:(1)Either a person is a owner of a vehicle or not?(2)If yes than how many vehicles?(3)How many of them are two wheelers and four wheelers?(4)How many people are residing in the owners house?(5)what is the cost of two wheelers?(6)What is the cost of four wheelers?(6)what is the total estimated cost of the vehicles?Sort the persons name in the increasing order of the cost of their vehicles.
12
258Basavaraj S HanchinalWrite a C program to store the information on merchants in a street and
the things(clothes/stationery/footware /haredware and so on) they sell
and their shop no.Write the profit earned by the merchants and list
the merchants in the increasing order of their profit.
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100