KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
Compiler Design: Assignment Statements
11:15
Construct Quadruples,triples,indirect triples for the statement (a+b)*(c+d)-(a+b+c)
7:59
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
ДОСЫМЖАН ЕКЕУМІЗГЕ 6 ОЙЫНШЫ ЖАБЫЛДЫ!
18:28
Caleb Pressley Shows TSA How It’s Done
0:28
OCCUPIED #shortssprintbrasil
0:37
Compiler Design: Implementation of Three Address Statements
Рет қаралды 192,032
Facebook
Twitter
Жүктеу
1
Жазылу 34 М.
Anita R
Күн бұрын
Пікірлер: 56
@miryala_meghana_reddy1713
Жыл бұрын
U explanation is very nice and easiet way of understanding
@thesaqlain
Жыл бұрын
at 7:46 instead of " t5 " => " ( 4 ) " would be there
@ezcoding69
Жыл бұрын
yes you are right
@vobensingh8404
Жыл бұрын
Yes, same me also thinking. But we get information no matter little mistake
@getentertained2698
5 ай бұрын
10:10 she corrected it.
@Manabadi_Harini
2 жыл бұрын
You explained the concept in a simple and easy way of understanding Madam . At last you only corrected the mistake in problem. Thank you madam 🙂
@-CNagababu
2 жыл бұрын
Which college
@bestchannel8056
Жыл бұрын
@@-CNagababu emi ra balaraju ikkada kuda pulihora ne naa 😆
@AYUSHKUMAR-wq9fc
4 ай бұрын
Thx mam whole concept is clear 🎉🎉🎉
@gunduvani2420
2 жыл бұрын
We can take t3 = t2 + t2 right
@999gaming-j1w
5 ай бұрын
Is it correct
@ifeoluwaonigbinde3250
3 жыл бұрын
I have a question. Why create t3 = uminus c since t1 already exists and it's the same thing? Isn't that a waste of space somehow?
@rajjaat4775
3 жыл бұрын
Sir you are correct
@shaziaansari2279
3 жыл бұрын
Yes he is correct. There is already t1 so no need to create t3
@ursff4223
2 жыл бұрын
Exactly
@gunduvani2420
2 жыл бұрын
I think it should be t3 = t2 + t2
@dhrumilpatel8356
3 жыл бұрын
Nicely Explained ma'am , Thank you so much 🙏🏻😊💯
@siddivenkatesh7427
2 ай бұрын
Thanks madam,sem exam before night only 11 minutes concept == whole semester
@omanshsharma6796
Ай бұрын
== is equality operator. I think you mean to say, 11 minutes concept = whole semester.
@Jashannnnnnn
Ай бұрын
@@omanshsharma6796 lol
@abdullapathan8433
4 жыл бұрын
Super ur teaching is so nice 👍
@VsEdits59
Жыл бұрын
having exam tom. and am here binging ur playlist 🙂
@k_mohammed_umar
Жыл бұрын
sathyabama universiy,chennai ??
@VsEdits59
Жыл бұрын
@@k_mohammed_umar nope
@debanjanghosal618
2 ай бұрын
why are we storing the same result in 2 different temp variables? cant we use t3 = t2 + t2 where t2 = b * t1, t1 = -c
@keerthana7926
2 жыл бұрын
What r the changes when a=a+b*-c+b*-c
@AmandeepSingh-nt2fp
8 ай бұрын
WHY U TAKE ARGUMENT 1 AS (A) IN TRIPLE BECAUSE IT IS A RESULT MAM TELL ME I AM RIGHT
@bhattmrunal4969
4 жыл бұрын
In indirect triple why take 40,41,42....
@sovonmaji2929
4 жыл бұрын
you can take any value to represent it like 100,101,102 etc etc
@devyanideore5046
2 жыл бұрын
@Radhika Konthala yess
@sovonmaji2929
2 жыл бұрын
@Radhika Konthala Yes You can take any value
@swaraj0702
Жыл бұрын
Thankyou Madam💯💯
@Ajay_1351
3 жыл бұрын
Thank you mam.
@TechDimensions-kuk
2 ай бұрын
thank you
@ayyappareddy4461
3 жыл бұрын
Thanks madam
@no-ym7tv
10 ай бұрын
In triples a will not come in arg1 list bcz it is a reasult
@srujangurram
3 жыл бұрын
Can we take a = t2 + t4 directly so t5 is not nessasary ?
@DailyEmotion5
2 жыл бұрын
Yes we hv to take otherwise unary operater will be disappear.
@sweetyjeshu7748
4 жыл бұрын
Super mam
@arjunsreedhar6772
3 жыл бұрын
for triples we dont use temperory names but you use here.its wrong
@jakedaniel6803
3 жыл бұрын
5th = a 4 is correct Pura video dekho usme change kiye he
@rakesh5621
3 жыл бұрын
Thnku mam u passed me in exam
@ankitakhandade1866
Жыл бұрын
Indirect triple me 40,41 value kyu li
@AmanVerma-ky9ph
Жыл бұрын
We can choose that randomly coz it's pointer to the memory address 👍
@mdmusthaq2340
2 жыл бұрын
it will be very usefull when u xplain in tamil mam !!!!
@rambose8128
2 жыл бұрын
Thank you mam
@Kshirabdi.Tanaya
2 жыл бұрын
b*-c +b*-c in this instruction b*-c repeated twice so why we take more register t3 t4 we can simple add t2+t2 am I write or wrong? Can anyone help
@mrunavailable4390
2 жыл бұрын
What u r saying comes under optimised intermediate code...I guess
@sye363
3 жыл бұрын
t5 =4
@vishuchauhan2725
2 жыл бұрын
madam pehle khud seekh lo phir baccho ko sikha lena......kl exam hh aur aap galat galat pdha do hume
@yashashvitravelwanderlust6149
Жыл бұрын
bhai same halat aaj mera h...... kal exam h
@abhiteshsingh
Жыл бұрын
@@yashashvitravelwanderlust6149 DUDE u passed but its my time to be fucked. It will pass too ig
@bhaktiarandolwala7681
Жыл бұрын
Mam plz is example ka syntax tree banana sikhadoo
@bhaktiarandolwala7681
Жыл бұрын
@anitar
@7franky7777
Жыл бұрын
Wtf is uminus
11:15
Compiler Design: Assignment Statements
Anita R
Рет қаралды 74 М.
7:59
Construct Quadruples,triples,indirect triples for the statement (a+b)*(c+d)-(a+b+c)
Sudhakar Atchala
Рет қаралды 194 М.
0:48
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
A Plus School
Рет қаралды 20 МЛН
18:28
ДОСЫМЖАН ЕКЕУМІЗГЕ 6 ОЙЫНШЫ ЖАБЫЛДЫ!
EROOKA
Рет қаралды 111 М.
0:28
Caleb Pressley Shows TSA How It’s Done
Barstool Sports
Рет қаралды 60 МЛН
0:37
OCCUPIED #shortssprintbrasil
Natan por Aí
Рет қаралды 131 МЛН
13:12
Quadruples,Triples,Indirect Triples | Representation of three address code | Compiler Design
THE GATEHUB
Рет қаралды 210 М.
9:27
Is the C programming language still worth learning?
Jacob Sorber
Рет қаралды 115 М.
9:08
5 Math Skills Every Programmer Needs
Sahil & Sarra
Рет қаралды 1,1 МЛН
8:24
Fastest Way to Learn ANY Programming Language: 80-20 rule
Sahil & Sarra
Рет қаралды 952 М.
27:25
Forms of intermediate code||Forms of Three-Address instructions
Sudhakar Atchala
Рет қаралды 153 М.
2:52:31
Сборник Топ 20 Номеров за 2024 - Уральские Пельмени
Уральские Пельмени
Рет қаралды 880 М.
19:57
Compiler Design: FIRST and FOLLOW Functions
Anita R
Рет қаралды 255 М.
23:41
Compiler Design: Flow of Control Statements
Anita R
Рет қаралды 50 М.
0:48
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
A Plus School
Рет қаралды 20 МЛН