Manipal International University School of Science and Engineering I Sem B.E Computer Programming-Assignment
Manipal International University School of Science and Engineering I Sem B.E Computer Programming-Assignment
1. Accept the salary of an employee from the user. Calculate the gross salary on the
following basis:
Basic HRA DA .
#include <stdio.h>
struct integer {
int val;
};
10. Write a C program to check whether the year is leap year or not.(hint: use modulus %
operator)