#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
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
English,
4 months ago
Social Sciences,
4 months ago
Social Sciences,
4 months ago
Computer Science,
10 months ago
Science,
10 months ago
Chemistry,
1 year ago
Geography,
1 year ago