C Programming - Old Questions
Question Answer Details
2. Define structure. Write syntax for defining and initializing structure? Write a program that stores details of N employees (E_id, E_Name, Salary), and display the details of those employees whose salary is less than 10000.
Answer
AI Generated Answer
AI is thinking...