C program to check if a number is positive, negative or zero using bit operators
In this blog post, we learn how to write a C program to check if a number is positive, negative, or zero using bit operators?. We will write the C program which takes input any number from the user and check whether the given number is positive or negative using the bitwise Operators and ternary […]
C program to check if a number is positive, negative or zero using bit operators Read More »