#include stdbool.h
#include stdio.h
int main()
{

int a = 10, b = 4;

bool res = ((a == b) && printf("Meghana"));

return 0;
}

Posted on by