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
Loading Comments....
Related MCQs
Q. A basic interactive picture construction technique are
Q. Which of the following is not a designation related to middle level management?
Q. What are tree based classifiers?
Q. The expression Y=AB+BC+AC shows the operation.
Q. The jacketing technique is used to
Q. The temperature in which the performance of the IC is effective
Q. Business Intelligence and data warehousing is used for ________.
Question analytics

Discusssion
Login to discuss.