Computer Science, asked by mahachandra09, 1 month ago

write c program to read a configuration file and assign the value in structure

Answers

Answered by getsuresh
0

Answer:

Explanation:

C program Task 1. Write a C program to read a configuration file and assign the value in a structure. File content should be like below EmployeeID=120405 Name=Sujit K Designation=Trainee Engineer Test_1_Mark=80 Test_2_Mark=96 Test_3_Mark=75 Test_4_Mark=87 Test_5_Mark=67 2. Print the value after reading. 3..

Similar questions