C Program To Determine Designation of Employee Based On Salary
Satish B
http://technotip.com/7249/c-program-to-determine-designation-of-employee-based-on-salary/
Rewrite the following C program using Conditional / Ternary Operator.
- If salary is greater than or equal to $25000 and less than or equal to $40000 then he or she is a Manager.
- If salary is greater than or equal to $15000 and less than $25000 then he or she is a Accountant else the employee is a clerk.
Expected Output for the Input User Input: Enter the salary 40000
Output: Manager
C Programming Interview / Viva Q&A List http://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=W04xqRxFTHk
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
6603685 Bytes