Lec 16: Operators in C++ Programming- part1 | Arithmetic and Relational| C++ Tutorials for Beginners

preview_player
Показать описание


Connect & Contact Me:

*****************************************

More Playlists:

#operators #cplusplus #jennyslectures
Рекомендации по теме
Комментарии
Автор

We loved your videos mam. Thank you so much for ur efforts and clear explanation. people who are worried about coding will come forward to learn with your videos. Pl do videos on c++

storangella
Автор

a==b ans true
a! =b ans false
a<b ans false
a> b ans false
a<=b ans true
a>=b ans true

bhairavkevlogs
Автор

thank you jenny for sharing the little of your knowledge, I'm enjoying your contents even though i know almost nothing of English. hello of the brasil

leomarmoura
Автор

Ma'am please complete c++ playlist..🙏🙏🙏

amairapandey
Автор

the ++(a+3) will not give an error as the increment will be incremented by 3 instead of 1

EmmanuelGoldenPhiri
Автор

ഉണ്ടക്കണ്ണി 🥰🥰🥰🥰 am really enjoying ur videos am into programming MQL4 language. Your videos are really nice 🥰

fxswinger
Автор

शिक्षा एक ऐसा वृक्ष है जो दिल में उगता है,
दिमाग में पलता है और जुबां से फलता है।।
👍🏻👍🏻👍🏻👍🏻👍🏻

priya-wehg
Автор

Mam I have one DOUBT🖐️
VIDEO DURATION : 3:55

Mam you have written the "a℅b "in the form of string than it gives output as it is naa mam.
but you have written as 10%3 is it correct ?

If not ( cout<<a<<"%" <<b <<"="<<a%b)
Is it correct to get output as 10%3=1

Ungraduatememer
Автор

1asignment

Int a=10, b=3;
(a+3)==(b+10)
(10+3)==(3+10)
(13)==(13)
13==13
True means (1)

2 assignment
++(a+3)
++(10+3)
++(13)
It's an preincrement
++ Will becomes 14
So modify value is 14

Int a=3, b=3;
1 .a==b 3==3 (true)(1)
2. a!=b 3!=3 (false)(0)
3.a<b 3<3 (false)(0)
4.a>b 3>3 (false)(0)
5.a<=b 3>=3 (false)(1)
6.a>=b 3>=3 (false)(1)

Manpreet_saini
Автор

I never tired to watch this video 🥹❤ I just love your lecture it ❤ love from Nepal

sunilbist
Автор

ma'am how to find the spherical harmonic for the hydrogen atom using schrodinger equation?

meme_engineering
Автор

Mam when I have used endl in code it giving error in vs code...
What can I
Mam please tell me

BhargaviGundeti
Автор

Mam becoz of ur teachings i going to change my branch from bio medical to CSE core

saicharan
Автор

Ma'am please Start JAVA parallelly, my college has started JAVA, one can't study from other teacher once they get the habit of understanding concepts in such a crystal clear way !!! PLEASE MA'am consider my request !!!!

hopealive
Автор

I dono about front benchers but I am pretty sure that back benchers are siting oly bcz they have crush on that one beautiful teacher In entire school

vishnur
Автор

U look stunning in yellow 💛 Sorry teacher but I can't control my feelings... Buy the way thank for your help to learn computer language even in my 40s.

Just-chil-ct
Автор

Ma'm python programming padha dijiye

abhishekray
Автор

Mam in the syllabus of our c++ language in BSc first year there are two terms related to programming, first is notation and the second one is design . I'm not getting it at YouTube . Mam can you explain this please.

manojjadhav
Автор

Mam aap sach me bhot cute lg rhe h!
Marte dm ye video nhi bhulunga me

dipeshgocher
Автор

Which book to prefer for learning c++.

sakethmog