logo

Crowdly

What would happen if the following piece of code was compiled? #include <stdio....

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

What would happen if the following piece of code was compiled?

#include <stdio.h>
int main()

{

        int a,b,c;

        scanf("%d",&a);

        scanf("%d",&b);

        float c = a+b;

        printf("%f\n",c);

        return 0;

}

More questions like this

Want instant access to all verified answers on dle.plaksha.edu.in?

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