What will be the output of the following C code?
#include<stdio.h> 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 -
Hi
Hello
ouput for the program
382 questions
257 answers
105 comments
155 users