Content
58. a. hi a. compiler dependent What will be the output of the following C code? include iostream using namespace std; int main int x 0; if (x 0) cout "hi"; else cout "how are u"; cout "hello", b. how are you c. hello d. hihello
58. a. hi a. compiler dependent What will be the output of the following C code? include iostream using namespace std; int main int x 0; if (x 0) cout "hi"; else cout "how are u"; cout "hello", b. how are you c. hello d. hihello