C Proagramming Model QP
C Proagramming Model QP
Page 1 of 2
Question 7 is for 20 marks from Unit V
7 a) Explain in detail about declaration and initialization of pointers with sample program 10
b) Develop a c program to create a structure called employee to maintain a record of 10
details using an array of structure with four
feids(emp_name,emp_id,emp_sal,emp_age).Assume appropriate data type for each
field, print the employee detail
OR
Question 8 is for 20 Marks from Unit V
8 a) Explain in detail about structures with sample program 10
b) Develop a c program using pointers to compute the sum, mean and standard 10
deviation of all the elements stored in an array of n real numbers
Page 2 of 2