C program to find odd or even no using bitwise operators // C Programming

Опубликовано: 07 Май 2026
на канале: Easy and easy info tech
1,251
20

HI All ,
This program will help you to know how to write a C program to find odd or even no using bitwise operators
Logic :
Let n be a number
if we do :
n &1 = 0000000d where d is the LSB of n
So,
If LSB ==1
It's odd number
Else
Even no

If you like our videos please like, share and subscribe the video.

interview asked questions in C
C interview questions
information technology interview questions
Computer engineering interview questions

Channel link :    / @easyandeasyinfotech4626