thank you for your explanation. very nice but i have a small question x = y + z is itself a three address code why do we make it t1 = y + z and again assign x = t1 . can you please justify it with proper reason ? I have read three address statement can have maximum 3 memory reference and x y and z are 3 memory references which is okay in my view. please correct me if there's any mistake.
@rhythmtomar78723 жыл бұрын
You are right bro ye bas sir ne easy dikhne ke liye kia You can use both of the methods
@peacelover19353 жыл бұрын
using temporaries for referencing increase the efficiency of the program
@harshbari15102 жыл бұрын
Sir excellent explanation. But ek doubt tha, for loop ke liye esa likh sakte hai ?? 1) i=1 2) if i
@ritwik_shivam2 жыл бұрын
I think this is right, actually this is how the control flow of the for loop goes, only small thing is, you need to write line no. 6 in TAC i,e. 6) t2 = i+1 7) i = t2 btw nice observation bro
@lehaswinipalla3365 Жыл бұрын
great explanation sir!!
@mhassaan7405 Жыл бұрын
More than excellent video 👍👍
@VinnyTribbiani Жыл бұрын
Excellent explanation....very simple and understandable
@lehaswinipalla3365 Жыл бұрын
ur last name is tribbiani?
@ishwargiri30243 жыл бұрын
Nice Explanation
@shashwatverma7076 Жыл бұрын
really helped me thanks!!
@atharvakalele372 жыл бұрын
Great video sir thanks so much
@bern_stock89462 жыл бұрын
dhanaywaad sir
@EnggineeringnoobStudent Жыл бұрын
If there is OR statement in boolean expression then how we will write it ?
@chuadhryayaz69752 жыл бұрын
very very nice explantion
@s-_-r0099 ай бұрын
thanks a lot sir.
@tanyasingh90613 жыл бұрын
final step mai stop likhu ya nhi?
@LSAcademy0073 жыл бұрын
Not required
@VAIBHAVSINGH-er9tt11 ай бұрын
sir in the for loop -> i++ last me aayega x=y+z ka code likhne ke baad warna 20 ke liye code chalega hi nhi .