logo

Crowdly

What would be the output of the following correctly compiling program? #include ...

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

What would be the output of the following correctly compiling program?

#include <stdio.h>

int main()

{

int a = 5;

int b = !!a;

printf("%d %d\n",a, b);

}

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!