English
全部
搜索
图片
视频
短视频
地图
资讯
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
0:52
Check if the number is Odd or Even WITHOUT using % or & 🤯 📌 Follow for more such content 🔁 Share with your friends [coding, odd, even, programming, interview, coder, question, coding interview] #coding #interview #learntocode #programming #coder | Coding Blocks
已浏览 1.9万 次
3 个月之前
Facebook
Coding Blocks
C Program to Check Whether a Number is Even or Odd | Prepinsta
2025年3月19日
prepinsta.com
2:52
Python Program to Check if a Number is Odd or Even - GeeksforGeeks
2020年8月21日
geeksforgeeks.org
How to Determine If a Number is Even or Odd | Algebra | Study.com
2021年4月25日
study.com
How to determine whether a function is even, odd, or neither — Krista King Math | Online math help
2021年2月11日
kristakingmath.com
How to Determine if a Function is Even or Odd
已浏览 20.4万 次
2025年1月26日
wikiHow
Jake Adams
5:51
Odd or Even (Check Number Using without Modulo)
2 个月之前
YouTube
EazeDsa
2:17
Even or Odd without Modulus (%) Operator in C | Turbo C Program | Tricky C Questions
7 个月之前
YouTube
JITENDRA SINGH
42:23
Number Based:Even & Odd Numbers in Python | All Types with Programs | Placement Coding | Telugu Tech
已浏览 309 次
2 个月之前
YouTube
Blessy Lectures
0:12
Even/Odd Check in One Line #shorts #javascript
已浏览 177 次
2 个月之前
YouTube
Yasir Hameed
1:00
Python Program to Check Even or Odd Number 🐍 | Modulus Operator Explained #python #shorts#hitcodear
已浏览 181 次
3 周前
YouTube
HitCodeAr
0:19
Even Odd Without IF ELSE #shorts #python
已浏览 1312 次
3 个月之前
YouTube
Coding with Me
0:17
#Python Even/Odd in 1 Line
已浏览 1343 次
2 个月之前
YouTube
Exoo25
2:37
Java Interview Trick: Check Even or Odd Without Arithmetic Operator 🚀 #Shorts
已浏览 93 次
1 个月前
YouTube
Bindas Code
0:33
PROGRAM 'C' TO CHECK NUMBER EITHER EVEN OR ODD.#cprogramming #coding #learnc #programming.
已浏览 1495 次
2 周前
YouTube
BOT MASTER
1:05
Gyani Kumari on Instagram: "Interviewer: “Check if a number is Even or Odd WITHOUT using % or & operators.” 🤯 Most candidates freeze. But here is the math hack using basic Division. ➗ The Logic: (n / 2) * 2 == n How it works: In coding, integer division drops the decimal. If n = 5 (Odd): 5 / 2 becomes 2. Then 2 * 2 is 4. Since 4 != 5, it is Odd. If n = 4 (Even): 4 / 2 becomes 2. Then 2 * 2 is 4. Since 4 == 4, it is Even. It is not about efficiency, it is about understanding how Integer Arithmet
已浏览 1867 次
3 个月之前
Instagram
coderestro
0:58
Komal Gupta on Instagram: "Problem: “Check if a number is Even or Odd WITHOUT using % or & operators.” 🤯 Most candidates freeze. But here is the math hack using basic Division. ➗ The Logic: (n / 2) * 2 == n How it works: In coding, integer division drops the decimal. If n = 5 (Odd): 5 / 2 becomes 2. Then 2 * 2 is 4. Since 4 != 5, it is Odd. If n = 4 (Even): 4 / 2 becomes 2. Then 2 * 2 is 4. Since 4 == 4, it is Even. It is not about efficiency, it is about understanding how Integer Arithmetic wo
已浏览 2867 次
3 个月之前
Instagram
codeseekhloo
0:39
Kailash Choudhary | Check number odd or even, without using % operator, The trick is to use bitwise and operater If (a&1 = = 0) even else odd #programming... | Instagram
已浏览 1828 次
2 个月之前
Instagram
codingbykailash
1:03
Aditya Tiwari on Instagram: "Interviewer: Check if a number is Even or Odd without using % or & operators. Many candidates struggle with this question. But here is a simple logic using basic integer division. Logic: (n / 2) * 2 == n How it works: In programming, integer division removes the decimal part. If n = 5 5 / 2 = 2 2 * 2 = 4 4 != 5 → Odd If n = 4 4 / 2 = 2 2 * 2 = 4 4 == 4 → Even This is not about efficiency. It is about understanding how integer arithmetic works internally. Save this fo
已浏览 1334 次
3 个月之前
Instagram
techwithaadiii
0:47
Vishal.Codes | In an interview, if they ask you: “Find whether a number is odd or even WITHOUT using math operators” 😵💫 Don’t go blank. Use this bit... | Instagram
已浏览 1284 次
3 个月之前
Instagram
vishal.codez
Python: Use modulo to find if a number is odd or even
已浏览 666 次
2021年6月17日
YouTube
Computer Science Tutorials
Python program to check given number is even or odd
2022年2月1日
quescol.com
2:23
Python Program even/odd
已浏览 10.5万 次
2017年6月18日
YouTube
MicroNG
1:58
Even or Odd Number using Ternary Operator: C Program
已浏览 1.9万 次
2019年11月23日
YouTube
Technotip
3:08
Even, Odd, or Neither From a Graph
已浏览 17.8万 次
2016年2月22日
YouTube
Mathbyfives
7:47
Java Even Number Odd Number Example Program ( User Input )
已浏览 12万 次
2019年4月14日
YouTube
Example Program
4:49
C Programming Exercise - Program to Check Even / ODD number
已浏览 14.1万 次
2014年8月19日
YouTube
LearningLad
10:02
Even and Odd Numbers - Basic Introduction
已浏览 69万 次
2021年5月27日
YouTube
The Organic Chemistry Tutor
11:16
Even and Odd Lesson for Children
已浏览 16.2万 次
2017年7月11日
YouTube
Homeschool Pop
2:21
Determine If a Function is Odd Even or Neither
已浏览 13.9万 次
2013年5月9日
YouTube
Brian McLogan
展开
更多类似内容
反馈