What will be the output of the following code?
int main() { int a=5; while(a=123) { printf("RABBIT\n"); } printf("GREEN"); return 0; }
निम्नलिखित कोड का आउटपुट क्या होगा?