Write the program of hello world
Answers
Answered by
1
Explanation:
Program for C →
printf( "hello world");
Program for C++ →
cout << "hello world" << endl;
Program for Python →
print("hello world")
Program for Java →
System.out.println("hello world");
hope this helps...
Answered by
9
Hope it helps..♪
Similar questions