C3: C Programming in tamil - find even/odd using bitwise OR operator in tamil

  Рет қаралды 5,400

Kai Naatu

Kai Naatu

Күн бұрын

In this c/c++ Programming language tutorial/lecture, we are going to learn how to find whether the given number is odd or even using bitwise OR operator in tamil..
bit.ly/3lTr6aV
The Input is given by the user and depending on the value, the output is printed as even or odd without using any arithmetic and modulus operators. Even odd program is found using if else statement..
Content in this episode
--------------------------------------
1.Introduction
2.Concept and fundamental about OR
3.Logics to program
4.Program using the logic
5.Execution of the program
6.Puzzle to think
-----------+++++++----------
this video shows how to use bitwise operator in programming with a practical example to find whether the given input is odd or even using OR bitwise operator and without using mod operator as well as arithmetic operators.
This episode shows how to write c programs for beginners..
Program to find odd even using bitwise AND operator: • C2: Find even/Odd usin...
Easy steps to write programming of your own: • Your first Programming...
Mail Us: mailkainaatu@gmail.com
Instagram: / kai_naatu
This episode consists of the fundamentals of bitwise OR gate, Logics to write a program to find odd or even, Programming technique tricks tips, execution of the odd even program using bitwise OR and lastly a puzzle in C language..
#bitwiseOR #cprogramming #learnProgramintamil #easyprogramming #c+ #cplus #java #kainaatu #learninTamil #tamilTech #oddevenprograminC #programmingFundamentals #ORgateintamil #easyprogramwriting #programmingtips #programmingtricks
#tnstandwithsurya #easyprogrammingtips #programmingtips #ctipsandtricks #tnstandwithsurya #tnstandwithsuriya
easy method to do odd even program using bitwise AND operator | bitwise Operators in C explained | c language bitwise operator | c program using bitwise AND | c program using bitwise & operator |
learn computer fundamentals in tamil | easy and simple methods to write computer programming | learn c programming in tamil | fundamentals | how to improve our logics to write programs in computers | logical thinking in computers | simple way to write computer programme of your own | computer programme | c++ | java programming in tamil | python programming in tamil | android programming in tamil | easy learning methods to write computer programs
| beginners guide to write computer programming | the best method to do computer programming of our own | think different | logic | computer logic to write programs | learn in tamil to write programs
learn programming for beginners | how can i code programs for beginners | programming tutorials for beginners in tamil | write your own c program in 10 minutes | how to learn coding for beginners | easy trick to write coding for beginners
program
easy program writing method, beginners guide to write programs, c programming made easy, easy trick to write c program, youtube class to teach c program, youtube tutorial for c language, online c class, easily learn c in tamil

Пікірлер: 36
@Vpugazhendhi
@Vpugazhendhi 4 жыл бұрын
Answer to the puzzle, is it 15 10 I am not sure but my notion is that the last values present in the buffer will be pushed out, so the output may be 15 10. Also there will not be any error in this snippet.. Am I right sir?
@KaiNaatu
@KaiNaatu 4 жыл бұрын
Thank you. Will reveal the answer in the next episode.. As usual you are always my best student Pradeep.. I think you learnt these sort of snippets from me in 2010 but you still have that time, patience n eagerness to answer.. great
@dhanwingb144
@dhanwingb144 3 ай бұрын
​@@KaiNaatuans: Garbage value
@renukap5656
@renukap5656 Жыл бұрын
Every one can teach the program sir...but methodology Play a major role in u r teaching 🤩🤩🤩🤩🤩🤩🤩
@KaiNaatu
@KaiNaatu Жыл бұрын
Thank you..👍🏼👍🏼
@nitheesha5253
@nitheesha5253 3 жыл бұрын
sir nice clear explanation ,thanku u so much
@KaiNaatu
@KaiNaatu 3 жыл бұрын
Thank you..👍🏼👍🏼
@kameshmugesh2369
@kameshmugesh2369 2 жыл бұрын
Tq so much sir ☺ easily understandable
@KaiNaatu
@KaiNaatu 2 жыл бұрын
Thank you..
@subhaxia9995
@subhaxia9995 4 жыл бұрын
Sir, I love your method of teaching and yours is the best method.very simple and effective. My answer to this puzzle is, ERROR. But when I checked tha answer after executing this small code, I got a different answer. Really shocked with the output.thank you sir.
@KaiNaatu
@KaiNaatu 4 жыл бұрын
Good..keep working..thank you.
@swethasunrad988
@swethasunrad988 Жыл бұрын
Sir, why are you using 1 to do bit wise OR... please explain
@sriram5839
@sriram5839 3 жыл бұрын
Amazing 🔥🔥
@KaiNaatu
@KaiNaatu 3 жыл бұрын
Thank you
@poonkothai8083
@poonkothai8083 2 жыл бұрын
Pls take come cshare from basic
@anbubharathi6797
@anbubharathi6797 3 жыл бұрын
nice👍 sir
@KaiNaatu
@KaiNaatu 3 жыл бұрын
Thank you..👍👍
@n.gokila381
@n.gokila381 2 жыл бұрын
5 10
@KaiNaatu
@KaiNaatu 2 жыл бұрын
Good try👍🏼
@divyabharathi5987
@divyabharathi5987 3 жыл бұрын
Sir i have a doubt .in that shift prgm ..if the comparison will be equal means it will be even..but here u saying equal means odd .pls explain sir
@KaiNaatu
@KaiNaatu 3 жыл бұрын
Inp = 5 N=5>>1= 2 N= 2 1 = 3 N = 3
@divyabharathi5987
@divyabharathi5987 3 жыл бұрын
@@KaiNaatu yes sir thank u sir
@sriram5839
@sriram5839 3 жыл бұрын
Waiting for recursion video in c sir....
@KaiNaatu
@KaiNaatu 3 жыл бұрын
Will do it soon..
@Md48248
@Md48248 3 жыл бұрын
Puzzle kaana answer video endha episode la potrukinga sir
@KaiNaatu
@KaiNaatu 3 жыл бұрын
kzbin.info/www/bejne/b326Y3R6d7SmfqM
@jeninrajselvarajp9149
@jeninrajselvarajp9149 2 жыл бұрын
Error will come, Bz scanf not mentioned values not taking execution
@KaiNaatu
@KaiNaatu 2 жыл бұрын
Good try
@swethasunrad988
@swethasunrad988 Жыл бұрын
Sir, @9.43min, How k=5,k=7
@swethasunrad988
@swethasunrad988 Жыл бұрын
Please explain ..... whoever knows
@shortsforall5687
@shortsforall5687 4 жыл бұрын
Sir program boardயில் மட்டும் அல்லாமல் அதை computerயில் programm type செய்தால் இன்னும் நன்றாக இருக்கும்
@KaiNaatu
@KaiNaatu 4 жыл бұрын
Last la athum execute panirukaan enoda payan.. see it fully..
@hariharantm7217
@hariharantm7217 2 жыл бұрын
Sir 4 kum 5 kum same ans varudhu
@princefrancis1147
@princefrancis1147 3 жыл бұрын
Sir ans plz
@KaiNaatu
@KaiNaatu 3 жыл бұрын
kzbin.info/www/bejne/b326Y3R6d7SmfqM
@b.pradeepsuriya9163
@b.pradeepsuriya9163 2 жыл бұрын
error
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 3,9 МЛН
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 18 МЛН
How do Cats Eat Watermelon? 🍉
00:21
One More
Рет қаралды 14 МЛН
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 25 МЛН
17. what is Bitwise Operator and How  to Use? || Tamil Pro Techniques ||
7:42
Tamil Pro Techniques
Рет қаралды 50 М.
If else statement VS switch statement | which one is better
6:46
Bitwise operator | C Technical Interview Questions | Mr. Ramana
17:23
Naresh i Technologies
Рет қаралды 57 М.
Learn basics of JAVA in tamil
12:34
Kai Naatu
Рет қаралды 6 М.
PY-01: What is variable in python?
20:56
Kai Naatu
Рет қаралды 8 М.
threading vs multiprocessing in python
22:31
Dave's Space
Рет қаралды 584 М.
Basics of String in Python
15:59
Kai Naatu
Рет қаралды 4,6 М.
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 3,9 МЛН