C programming 2021 Solution

2nd Semester

2) WAP to display all the numbers from 100 to 200 divisible by 4

3) Create a function int greater(int ,int ) that returns greater number.

5)check if string is palindrome or not

6)A data file contains name ,age ,address,cell number of some students WAP to list all the students who are from”Pokhara”.

7)WAP to input 10 integers in an array and find the maximum and minimum.

8) Create a structure named Employee with data members name,salary and address .take the data of 5 employees and display the number of employee whose salary > 10000.

 

Leave a Reply

Your email address will not be published. Required fields are marked *