Practical On C Programming (11)
Solve the following problems using C Programming. 1. Write a program to input any two numbers and find sum, difference, product and division among them. 2. Write a Program to find maximum between two numbers. 3. Write a Program to find maximum between three numbers. 4. Write a Program to check whether a number is negative, positive or zero. 5. Write a Program to check whether a number is divisible by 5 and 11 or not. 6. Write a Program to check whether a number is even or odd. 7. Write a Program to check whether a year is leap year or not. 8. Write a Program to check whether a character is alphabet or not. 9. Write a Program to input any alphabet and check whether it is vowel or consonant. 10. Write a Program to input any character and check whet...