answersLogoWhite

0

prod=0;

i=1;

do

{

prod = prod +a[i] * b[i];

i=i+1;

} while(i<=20);

User Avatar

Wiki User

11y ago

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
More answers

int x, *px, **ppx, ***pppx;

px = &x;

ppx = &px;

pppx = &ppx;

***pppx= 12345;

User Avatar

Wiki User

14y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Three address code in compiler design?
Write your answer...
Submit
Still have questions?
magnify glass
imp