What will be the output of the program ?
#include stdio.h 

int main(void)
{

int x = 4, y = 4, z = 4;

if (x == y == z) {

printf("Hello");

} else {

printf("Akash");

}

return 0;
}



Posted on by