Page 1 of 1

b) Write a program input a structure employee with following elements: Struct emp { int empid; int salary; int add_pinco

Posted: Tue Jul 12, 2022 8:04 am
by answerhappygod
B Write A Program Input A Structure Employee With Following Elements Struct Emp Int Empid Int Salary Int Add Pinco 1
B Write A Program Input A Structure Employee With Following Elements Struct Emp Int Empid Int Salary Int Add Pinco 1 (30.67 KiB) Viewed 117 times
do it in c language
b) Write a program input a structure employee with following elements: Struct emp { int empid; int salary; int add_pincode; }; The program would be able to print all those employees having salary more than 20000 and they live at pin code 144001.