3 ADDRESS CODE REPRESENTATION FOR C CODE SEGMENT 3

  Рет қаралды 39,700

Lalit Vashishtha

Lalit Vashishtha

Күн бұрын

Intermediate code representation of code segment which is written in C is explained here.
link to my channel-
/ lalitkvashishtha
link to data structure and algorithm playlist -
• WORST CASE TIME COMPLE...
link to information theory and coding techniques playlist -
• Information & Entropy
link to compiler design playlist -
• Parsing

Пікірлер: 60
@Rizwaannminhas
@Rizwaannminhas 5 жыл бұрын
Watching this video a day before Compiler construction paper xD
@muddasernisarabbasi857
@muddasernisarabbasi857 4 жыл бұрын
Excellent Video.I was facing trouble while converting array declaration to 3-Address code.It helps me a lot.
@bharathwajan6079
@bharathwajan6079 4 жыл бұрын
"generate an intermidiate code for the following code segment with the required Syntax direscted translation scheme if(a>b) x=a+b else x=a-b" sir , this was the question i came across yesterday doubt 1 : Does this question asking us to write three address code for the program doubt 2 : what is the " required syntax directed translation" means in this question Hope u will respond soon
@vaishnavigupta2892
@vaishnavigupta2892 4 жыл бұрын
Hey! Wonderful explanation. Can you please tell, what is the three address code of printf("hello");
@Uj7_
@Uj7_ 2 жыл бұрын
Well done Sir, solved my Problems ❣️ go ahead
@avantikasingh4770
@avantikasingh4770 6 жыл бұрын
Sir, why can't we write t4[t2] for array b[i] instead of assigning another variable t5 that holds the same value as t2?
@LalitVashishtha
@LalitVashishtha 6 жыл бұрын
Yes it can be written
@jatindrapratap
@jatindrapratap 4 жыл бұрын
@@LalitVashishtha thank you sir
@advanceprogramming225
@advanceprogramming225 2 жыл бұрын
excellent sir
@bbsha8998
@bbsha8998 6 жыл бұрын
Hello sir thanks for your explain but can you told me what about best address in last question and also I see another example make the result from multiple t4 sub from base address and put in another temp name of is c and put c in t5 T6=t5[t4] not like you why they use this way I will be grateful if you answer about my question
@vivekpandey1240
@vivekpandey1240 4 жыл бұрын
nicely explained sir.
@tanuj02
@tanuj02 2 жыл бұрын
sir please aap apni videos ko hindi m daale jisase hm jese students bhi aapki videos ka ache se fayada utha sake
@md.aquibnazri6866
@md.aquibnazri6866 5 жыл бұрын
Thank You very much sir .
@bbsha8998
@bbsha8998 6 жыл бұрын
Sir If I have 3dimension array how I write it like A[10,20,5] how the cumputing on it
@ayush2445
@ayush2445 6 жыл бұрын
what will be the 3 address code if we consider column major order?
@LalitVashishtha
@LalitVashishtha 6 жыл бұрын
You can go to play list. Open data structure plya list you will find thete a video finding address of an element in 2D array. Then apply the same procedure as in row major ordering.
@LalitVashishtha
@LalitVashishtha 6 жыл бұрын
you can click the following link- kzbin.info/www/bejne/fZOyiGpqmpmrkKc
@badariqbal8981
@badariqbal8981 6 жыл бұрын
if i store value in array as a[i]=i*i then how will i write it
@LalitVashishtha
@LalitVashishtha 6 жыл бұрын
for a[i]=i*i 1. t1=addr(a) 2. t2=i*4 3. t3=i*i 4. t1[t2]=t3
@badariqbal8981
@badariqbal8981 6 жыл бұрын
Thanks sir
@masudkhan2257
@masudkhan2257 6 жыл бұрын
nice work sir.love from bangladesh.
@LalitVashishtha
@LalitVashishtha 6 жыл бұрын
Thanks so much dear brother
@premkverma9723
@premkverma9723 5 жыл бұрын
Why multuply 4 pls explains
@LalitVashishtha
@LalitVashishtha 5 жыл бұрын
sizeof(int)=4 in gcc
@durgas5707
@durgas5707 6 жыл бұрын
Why i*4 in step 5
@LalitVashishtha
@LalitVashishtha 6 жыл бұрын
I have assumed i as an int and size of int is 4 bytes in gcc.
@durgas5707
@durgas5707 6 жыл бұрын
Lalit Vashishtha thanks a lot sir
@vickykumar-ox8bh
@vickykumar-ox8bh 6 жыл бұрын
why i*4 two times??
@LalitVashishtha
@LalitVashishtha 6 жыл бұрын
I have written unoptimized code, you can write its optimized code also
@naveedahmadbani6910
@naveedahmadbani6910 4 жыл бұрын
leveeeeeeeeeeeeeeeeeeeeellllllllllllllllllllllll
@kriskhundrakpam682
@kriskhundrakpam682 4 жыл бұрын
Understood sir, Thank you. (1705795)
@madhurimadatta2983
@madhurimadatta2983 4 жыл бұрын
Yes Sir.1705045
@bemnetgirmasahilu237
@bemnetgirmasahilu237 4 жыл бұрын
Thank you sir 1705993
@srijalprasad7089
@srijalprasad7089 4 жыл бұрын
Thank you sir(1705468)
@anuragpandey4736
@anuragpandey4736 4 жыл бұрын
Thanku very much sir 1705212
@amandubey6146
@amandubey6146 4 жыл бұрын
Quite helpful. 1705014
@rounakmaity6647
@rounakmaity6647 4 жыл бұрын
Thank you sir 1705629
@karuna3874
@karuna3874 4 жыл бұрын
Thank you sir, 1705604
@sakshamkulshrestha2415
@sakshamkulshrestha2415 4 жыл бұрын
Thanks sir , Saksham 1705066
@947arkadutta7
@947arkadutta7 4 жыл бұрын
Thank you sir...1705947
@atulanand3932
@atulanand3932 4 жыл бұрын
thank you sir,(1705223)
@bangbangsoni805
@bangbangsoni805 4 жыл бұрын
Thank you sir, 1705559
@sparshdesai3999
@sparshdesai3999 4 жыл бұрын
Thankyou sir 1705648
@piyushupadhyay5651
@piyushupadhyay5651 4 жыл бұрын
Thanks sir , 1705341
@chalagetachew7843
@chalagetachew7843 4 жыл бұрын
Thank you, . . . 1705988
@prajjthakur5757
@prajjthakur5757 4 жыл бұрын
Very nicely explained sir,1705345
@rpanda_old
@rpanda_old 4 жыл бұрын
1705984
@shreyabanerjee6050
@shreyabanerjee6050 4 жыл бұрын
1705889
@ameetsinghmanyal7501
@ameetsinghmanyal7501 4 жыл бұрын
1705308
@ayushpokharelrecords3229
@ayushpokharelrecords3229 4 жыл бұрын
Thank you sir, 1705361
@prasheel74
@prasheel74 4 жыл бұрын
Thankyou sir, 1705346
@apporvjaiswal9678
@apporvjaiswal9678 4 жыл бұрын
Thank you sir ,1705215
@devbugger
@devbugger 4 жыл бұрын
Thankyou sir, 1705113
@samarthshah7887
@samarthshah7887 4 жыл бұрын
Nicely explained sir,1705357
3 address code for WHILE loop,FOR loop,IF THEN ELSE and BOOLEAN expression in hindi
18:27
LS Academy for Technical Education
Рет қаралды 74 М.
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 30 МЛН
My MEAN sister annoys me! 😡 Use this gadget #hack
00:24
JOON
Рет қаралды 2,4 МЛН
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 20 МЛН
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 38 МЛН
THREE ADDRESS CODES QUADRUPLES, TRIPLES & INDIRECT TRIPLES
9:55
Lalit Vashishtha
Рет қаралды 31 М.
67. Three Address Code for C-Program
4:18
itechnica
Рет қаралды 16 М.
Lec-23: What is 3-Address Code in Compiler
5:17
Gate Smashers
Рет қаралды 451 М.
One CPU To Rule Them All - Ryzen 7 9800X3D Review
12:47
Linus Tech Tips
Рет қаралды 1 МЛН
Compiler Design: Implementation of Three Address Statements
11:51
3 Address Code | SPCC in Hindi
7:00
Last moment tuitions
Рет қаралды 31 М.
Elimination of Left Recursion - Compiler Construction & Design - 1
7:35
The BootStrappers
Рет қаралды 308 М.
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 30 МЛН