structure

 1) Write a program to make students' structure, which will take marks as int, name as string, and roll no as int


  2) Write a program to make employees' structure, which will take the name of the employee, id, and salary of the employee


3)  Write a program to make students' structure, which will take marks as int, name as string, roll no as int, and percentage as float

Note: When we use float then there will be a logical error called floating-point formats not linked to abnormal program termination to remove that error we use dummy function which has been used in the code


more programs are coming soon..

Comments

Popular Posts