What will be the output of the following code ? #include void main() { int x =5; if (x == 5) printf("hi\n"); else printf("how are u\n"); printf("hello\n"); }
What will be the output of the following code ?
#include void main() { int x =5; if (x == 5) printf("hi\n"); else printf("how are u\n"); printf("hello\n"); }
Thanks for contributing an answer!
\(........\)
Avoid writing here -
382 questions
257 answers
105 comments
155 users