b) Write a program input a structure employee with following elements: Struct emp { int empid; int salary; int add_pinco
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
b) Write a program input a structure employee with following elements: Struct emp { int empid; int salary; int add_pinco
b) Write a program input a structure employee with following elements: Struct emp { int empid; int salary; int add_pincode; }; The program I would be able to print all those employees having salary more than 20000 and they live at pin code 144001.