M
Q. What is output of below program?
int main()
{
int i,j;
for(i = 0,j=0;i<5;i++)
{
printf("%d%d--",i,j);
}
return 0;
}
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Related MCQs
Q. Google Docs is a type of cloud computing.
Q. Which of the following is present in a nested concurrent state machine?
Q. In a chip, which type/s of pad design/s is/are adopted to solve the problem of pin count?
Q. A small part of taskbar that has icons of background running applications is
Q. Which of the following is not a way to represent convolution code?
Q. Which of the following is a weak relationship between two objects?
Q. Which is True about SR and RR-conflict:
Question analytics

Discusssion
Login to discuss.