logo

Crowdly

What is the output of the below program #include<stdio.h> int main() {  ...

✅ 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;       

}

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.lnmiit.ac.in?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!