PROJECT :  " EXAM EVALUATOR "

The "Exam Evaluator" evaluates and provide their scores,incorrect answers,correct answers and the result of the exam i.e pass or fail....

So for this project to get executed, the following requirements are essential and necessary

1) SQLITE3 should have installed.

2) GTK should have installed

3) Database Named   " cse " should be there  which consists the tables with students roll numbers cse_001,cse_002,cse_003.... i have taken uo to cse_010  and each table consist of two columns "qno " and  "ans". and the format is mentioned in  " client_tables.txt ".

4) Database Named   " key " should be there  which consists of two tables  " answers " and " cse ".

	where  " answers " table will contain the answers for the questions in two columns " qno " and " ans " format and tables are mentioned in  " server_tables.txt ".
	and the table  " cse " will contain two columns   " rollno " and  " name " and the format is mentioned in  "  server_tables.txt  ".

5) it has two file " server.c "  and  " client.c " client enter the cut off marks and the database of the students i.e  " cse " to server and server now looks every table of the databse cse and evaluates and provide the result...........
