✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is the output of the below program
#include<stdio.h>
int main()
{
int i,j,k;
for(i=0,j=2,k=1;i<=4;i++)
{
printf("%d ",i+j+k);
}
return 0;
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!