Conditional Operators
Here Is Some Exrecise.
- Write a C program to find maximum between two numbers using conditional operator.
- Write a C program to find maximum between three numbers using conditional operator.
- Write a C program to check whether a number is even or odd using conditional operator.
- Write a C program to check whether year is leap year or not using conditional operator.
- Write a C program to check whether character is an alphabet or not using conditional operator.
No comments