Chemistry, asked by faisal98802, 10 months ago

#include <stdio.h>
Int main()
Int a;
If (a=0,2,3)
Printf ("hello world");
Else
Printf("bye world);
Printf("%d/na):
What is the output​

Answers

Answered by mozammil921
2

Answer:

Buddy There are some errors in your coding.... plz fix it

Here is the output.... but it is wrong

HERE IS THE CORRECT CODING

#include <iostream>

int main() {

std::cout << "Hello World!";

return 0;

}

HOPE IT HELPS U... ^_^

Attachments:
Similar questions