M
Q. Consider the following C code segment.
for (i = 0, i<n; i++)
{
for (j=0; j<n; j++)
{
if (i%2)
{
x += (4*j + 5*i);
y += (7 + 4*j);
}
}
}
Which one of the following is false?
Be the first to start discuss.
Related MCQs
Q. Which method displays the custom control?
Q. In a full binary tree if there are L leaves, then total number of nodes N are?
Q. Which of the following is a legal expression in SQL?
Q. Every node is represented by
Q. In Call-return control model
Q. Which function is used to write a list of string in a file?
Q. What are the different Algorithm techniques in Machine Learning?
Discusssion
Login to discuss.