C++ Even or Odd Number Program | CPP video Tutorial

  Рет қаралды 132,392

LearningLad

LearningLad

Күн бұрын

Пікірлер: 69
@apporvaarya
@apporvaarya 4 жыл бұрын
The best series I ever watch for c++
@LearningLad
@LearningLad 4 жыл бұрын
thank you :)
@Itsyvonne_gg
@Itsyvonne_gg 6 ай бұрын
How can I repeat odd and even numbers like loop statement for odd and even numbers ​@@LearningLad
@Salah_-_Uddin
@Salah_-_Uddin 3 ай бұрын
"An odd." Thanks!
@wayzewenok1986
@wayzewenok1986 7 ай бұрын
Thank u so much man u really saved me my guy 😅😅❤❤❤❤❤
@zahid_9217
@zahid_9217 6 жыл бұрын
i am very thankful for uh sir May allah bless uh
@LearningLad
@LearningLad 6 жыл бұрын
thank you :)
@empejem
@empejem 4 жыл бұрын
I AM BEGINNER IN PROGRAMMING SO HOPEFULLY I CAN PASSED THHIS
@MicroNG
@MicroNG 3 жыл бұрын
yeah
@FearAwaits
@FearAwaits 7 ай бұрын
Have you passed it?
@KgaogeloRatau
@KgaogeloRatau 6 ай бұрын
My question exactly
@aryanmore7495
@aryanmore7495 4 жыл бұрын
great u r save my time 🙂🙂
@LearningLad
@LearningLad 4 жыл бұрын
Happy to help
@aryanmore7495
@aryanmore7495 4 жыл бұрын
@@LearningLad can you post video on reverse string in dev c++ .
@universeunveiled765
@universeunveiled765 5 жыл бұрын
#include using namespace std; int main() { int no; start: cout
@aidensmith6277
@aidensmith6277 5 жыл бұрын
if (x & 1) printf("x is odd "); else printf("x is even "); Simple. No need for modulo. Just check if 2^0 is on.
@nateallas
@nateallas 3 жыл бұрын
Sir may i ask what is the purpose of If (x & 1)? anyway it works from me thank you, but i don't really get it what is the function of (x & 1)? thank you
@arrekcerteza9080
@arrekcerteza9080 3 жыл бұрын
Huge help thank you
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure
@Kidaar
@Kidaar 6 жыл бұрын
Thanks i need this lesson and i am from somalia thanks anil
@LearningLad
@LearningLad 6 жыл бұрын
my pleasure :)
@Kidaar
@Kidaar 6 жыл бұрын
@@LearningLad thanks anil i hope better life and whatever you want to be to reach thanks alot alot But we need more tutorial if you can like HTML AND CSS Python java script
@Techwithedwin
@Techwithedwin 2 жыл бұрын
why if you already have the size of the array (that is initialized to 10 elements). How to replace all the odds numbers in the given array with even numbers. example. if you have 3 in the list replace 3 with 6.
@MotloungPule-y9u
@MotloungPule-y9u 6 ай бұрын
Thank you😁😍
@LearningLad
@LearningLad 5 ай бұрын
You're welcome 😊
@saravanan335
@saravanan335 Жыл бұрын
Clear explanation
@Gihanee
@Gihanee 2 жыл бұрын
Thank you..
@LearningLad
@LearningLad 2 жыл бұрын
You're welcome
@simanhajji2974
@simanhajji2974 4 жыл бұрын
Thanks bro
@LearningLad
@LearningLad 4 жыл бұрын
my pleasure :)
@sunilpersaud9825
@sunilpersaud9825 4 жыл бұрын
Very helpful Tutorials
@LearningLad
@LearningLad 4 жыл бұрын
thank you :)
@ChetnaKushwah-ji9hz
@ChetnaKushwah-ji9hz 7 ай бұрын
Thank you:)
@LearningLad
@LearningLad 7 ай бұрын
You're welcome!
@narovorn6302
@narovorn6302 4 жыл бұрын
Your explain is very good
@jayasrir5727
@jayasrir5727 5 жыл бұрын
Instead of using number and variable .......we may use x and y.????
@nandnahhxx5785
@nandnahhxx5785 2 жыл бұрын
This is so easy to understand.. Thank you sir
@nuratierahnorazman4790
@nuratierahnorazman4790 5 жыл бұрын
Thankyou sir!
@shrutichidre6729
@shrutichidre6729 4 жыл бұрын
Sir plzz upload complete introduction class on binary search... Plzz sir.... Kind request for u.....
@empejem
@empejem 4 жыл бұрын
THANKYOUUUU!!!!
@MicroNG
@MicroNG 3 жыл бұрын
plz check the details
@rajatmaurya820
@rajatmaurya820 3 жыл бұрын
Which is your code editor?? Let me know plZ PLZZ
@sagararora996
@sagararora996 3 жыл бұрын
Good initiative
@ranjeetkaur7829
@ranjeetkaur7829 3 жыл бұрын
Sir if I want to check no. Is even or odd again and again without running it so many times then how can I use the loop and which one will be better to use????
@MicroNG
@MicroNG 3 жыл бұрын
check the details
@sandhyagurjar469
@sandhyagurjar469 Жыл бұрын
Why we write -return 0;
@LearningLad
@LearningLad Жыл бұрын
return value from main function tells the caller of this program ( the operating system ) that this program ran without any error :)
@zyb_e_nzr1411
@zyb_e_nzr1411 5 жыл бұрын
Great
@xamdasiciid1290
@xamdasiciid1290 4 ай бұрын
I have exam tommorow ❤
@kingdomofbgm3239
@kingdomofbgm3239 4 жыл бұрын
Who to change this program to check decimal number I want to find a decimal number whether it is a even or odd?
@sahithi_sribhashyam
@sahithi_sribhashyam 6 жыл бұрын
plz upload same programme without using modulus operator%
@LearningLad
@LearningLad 6 жыл бұрын
i'll try :)
@magica2z
@magica2z 6 жыл бұрын
Nice video.. Thank you Sir..
@noyalmasih9932
@noyalmasih9932 8 ай бұрын
❤❤❤
@moretopaiin
@moretopaiin 3 жыл бұрын
I'm confused... if we devide the number by 2 like 35 % 2 = 17.5 the remainder is .5 right ? 0-0 wait okay I get it now lmao . Its one of those moments you need to stop and talk out loud. I've been doing work since 1pm its already 6.44 pm okay
@Martina-rl2gk
@Martina-rl2gk 4 жыл бұрын
how did you get that braces?
@MicroNG
@MicroNG 3 жыл бұрын
check the details
@ishwaryajaligama6816
@ishwaryajaligama6816 3 жыл бұрын
Plz how to write this pgm in Sap ABAP
@MicroNG
@MicroNG 3 жыл бұрын
okie
@subhammoharana185
@subhammoharana185 6 жыл бұрын
I accidentally remove logs and other option in C program how i can recover it.... Plz help me ee..... Pzlzpzlzpzzzzzz
@muhammadahmedkhan5694
@muhammadahmedkhan5694 5 жыл бұрын
go to VIEW option
@deepikasharma9342
@deepikasharma9342 8 ай бұрын
Fuck😮 Ha à😊 1:35
@gouravnag7501
@gouravnag7501 Ай бұрын
Hi
@greatestever2451
@greatestever2451 2 жыл бұрын
Thank you
@LearningLad
@LearningLad 2 жыл бұрын
You're welcome
@nonitobuenavista7637
@nonitobuenavista7637 2 жыл бұрын
Thank you
@LearningLad
@LearningLad 2 жыл бұрын
You're welcome
Check If An Integer Is Even Or Odd | C++ Example
6:25
Portfolio Courses
Рет қаралды 3,4 М.
Elza love to eat chiken🍗⚡ #dog #pets
00:17
ElzaDog
Рет қаралды 17 МЛН
Всё пошло не по плану 😮
00:36
Miracle
Рет қаралды 6 МЛН
C++ program to print even and odd numbers using for loop tutorial
6:45
United Top Tech
Рет қаралды 1,9 М.
C++ Even or Odd Number Program | CPP video Tutorial in Hindi
8:25
LearningLad Hindi
Рет қаралды 7 М.
Writing Code That Runs FAST on a GPU
15:32
Low Level
Рет қаралды 565 М.
Bjarne Stroustrup: C++ | Lex Fridman Podcast #48
1:47:13
Lex Fridman
Рет қаралды 1 МЛН
Structure of C++ Program | C++ Tutorial  For Beginners  | C++ Tutorial #cpp
19:04
The size of your variables matters.
11:03
Core Dumped
Рет қаралды 131 М.
C Program to Check a Number is Odd or Even | Learn Coding
8:11
Learn Coding
Рет қаралды 145 М.