039. Technical interview question: Give the output of following code Prashant Chaudhari 7 years ago #include<stdio.h> int main() { while(!!7) printf("Hai"); return 0; }