prod=0;
i=1;
do
{
prod = prod +a[i] * b[i];
i=i+1;
} while(i<=20);
Chat with our AI personalities
Directed Acyclic Graph,Used to derive TAC- three address code to generate target code.
Just-In-Time compiler
False. A compiler converts source code into object code.
It coverts your source code into machine code so the computer can execute it.
The Java compiler translates Java source code to Java byte code.