C Program To Find Character is Special Symbol or Not using Conditional Operator
Satish B
http://technotip.com/7237/c-program-to-find-special-symbol-or-not-using-conditional-operator/
Using Conditional / Ternary Operator determine, whether a character entered through the keyboard is a Special Symbol or not.
Logic To Find Special Symbol or Not using Conditional Operator Using Conditional Operator we write the condition, if user entered character is in between or equal to ASCII values 0 – 47 or 58 to 64 or 91 to 96 or greater than or equal to 123. We use Relational Operator and Logical Operators to accomplish the task.
Expected Output for the Input User Input: Enter a Character $
Output: Character Entered Is a Special Symbol
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=LDxdmrCRqCU
7629166 Bytes