Write a C++ Program without Semicolons?
Answers
Answered by
0
Program without semicolons:
#include <iostream>
int main()
{
if (std::cout << "Hello World ")
{
}
}
Output:
Hello World
Similar questions
Social Sciences,
7 months ago
Math,
7 months ago