C Program To Count Positive, Negative and Zero using Ternary Operator and without using Array
Satish B
Lets write a C program to enter number till the user wants. At the end it should display the count of positive number, negative number and zeros entered, using Ternary Operator or Conditional Operator and without using arrays.
Note: Any number greater than 0 is positive. Any number less than 0 is negative.
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=OMGSxVCav24
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
5604599 Bytes