Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
#include <iostream> using namespace std; int main() { cout << "Hello world!"; return 0; }
java
-3 Votes
5 Answers
25th Nov 2016, 3:54 AM
Ahmet Bozkurt
Why is after "Hello {0}", yourName. The word yourName again? (See code in description)
beginner
c#
question
2 Votes
3 Answers
23rd Mar 2018, 11:52 AM
Sylv1a
Is there any way to Print "Hello World" without using Console.WriteLine ?
c#
0 Votes
3 Answers
6th Feb 2017, 3:15 AM
Mariyadinesh
I am struggling with the first "Hello World" Code, I keep getting an error...
python
1 Vote
3 Answers
6th Aug 2019, 6:27 AM
Camillo Zimba
How to print "Hello world" (with double quotes) in C language and not Hello world ( without double quotes) ????
c
7 Votes
4 Answers
7th Sep 2017, 3:27 PM
Aman Jain
hello := "Hello World" replace the word "Dunia" to "Golang" using packages strings
go
golang
0 Votes
2 Answers
8th Feb 2022, 10:55 PM
Dzulfiqar Ali Rasyid
#include<stdio.h> #include<string.h> int main() { char str[20] = "Hello World!"; printf("String before strrev(): %s\n",str)
c
1 Vote
1 Answer
1st Jul 2022, 2:16 AM
Rona Vicente
How to display "Hello Nepal" 100 times without double quotes used in program.
c
1 Vote
1 Answer
19th Jul 2019, 8:32 AM
Suman Shah
no matter what i write after cout, i keep getting a result of "hello world!"
c++
cout
0 Votes
6 Answers
27th Jun 2016, 1:27 PM
lala
When i write my first programm "hello world!". We say me synthax error. I don't understand
python
0 Votes
5 Answers
29th Dec 2019, 12:08 AM
Daryl Bixente Azur ASSIANA
#include <iostream> using namespace std; int main() { cout << "Hello world!"; return 11; } is something wrong
program
0 Votes
8 Answers
18th May 2018, 3:08 PM
Shivam Kumar
I'm using turbo c++ and i type the "hello world" code and it doesn't work
c++
0 Votes
5 Answers
20th Nov 2016, 1:21 PM
daffa satria
Write a program in C++ to print "Hello World" but the program should not contain any semicolon.
#c++
#challenge
#codeblooded
#programmer
#sololearn
2 Votes
3 Answers
19th Mar 2019, 4:00 PM
Vineet Vijayagopal
How do I build and run "hello world! I love programming! " In c++ codeblocks?
c++
code
code::blocks
error
file
hello
message
save
world
0 Votes
4 Answers
22nd Jan 2017, 10:42 PM
bradley
What will be the output of the following in c: printf( 6 + "hello world" /n)
beginner
c
1 Vote
2 Answers
7th Jan 2022, 4:13 PM
Parthib Das
I wrote "Hello World " code in code blocks... then I press F9. Then It shows error massage...
c++
0 Votes
9 Answers
4th Aug 2016, 3:13 PM
Md. Mahmudur Rahman
Please help solve this. Complete this function to either return "hello, (name)!" Or "Hello there!"
print
0 Votes
2 Answers
10th Oct 2017, 8:54 PM
Sky
"Hello word" busco a alguien que sepa de CSS para hacer un proyecto juntos😁, y ademas quisiera conocer mas gente en sololearn😃
yo
-1 Vote
13 Answers
29th Oct 2021, 5:18 PM
Super Stars
What was your first code/program ever? Besides "Hello World" :P Share it with the rest of us 👌
code
coding
first
insight
motivation
program
rookie
share
sololearn
thoughts
2 Votes
5 Answers
19th Dec 2017, 6:53 PM
MichaelR
How many ways can you print "Hello World" using only one method or style in the c++ language?
c++
challenge
hello
world
2 Votes
5 Answers
12th Sep 2017, 2:05 PM
Bob
Input is "hello world" . Can some one explain me this? Iam getting different outputs in different compilers
c
1 Vote
2 Answers
23rd Apr 2020, 5:36 PM
vasireddy ganesh
How many languages can you write "Hello World" in. Please try and show the codes.
hello
language
world
1 Vote
1 Answer
27th Oct 2016, 7:49 PM
Victor Ogudu
I am trying to write the basic coding program "hello world" but it isn't taking it in my computer in Turbo C++. Why?
c++
5 Votes
11 Answers
23rd Jul 2017, 11:34 AM
Pratham Pandey
failure to run a Codeblocks binary file "Hello world.exe" properly from the Windows 10 file manager
c++
operators
0 Votes
2 Answers
8th Sep 2016, 7:07 PM
Paul Riddoch
why i enter "hello every one" but it shows "hello"?what should i write alternate of cin??
c++
string
0 Votes
2 Answers
13th Nov 2017, 2:44 AM
Frankestine Stine
What if I want to print "hello {0} world" ? With {0} printed as it is
c#
input
0 Votes
2 Answers
30th Sep 2016, 10:59 AM
Ryu
The question says create a method and use the method to print "hello world" in java. I need help please guys
java
0 Votes
4 Answers
27th Mar 2021, 7:36 PM
Mubarak Usman Gidado
What Java code do i need to add to "Hello World" to make it a runnable Jar file in eclipse?
java
1 Vote
3 Answers
28th Apr 2019, 9:23 PM
Khaing Khaing Mon
Opening even "Hello Word" a.out file by any hex editor shows us that it is usually overcrowded with non-informative areas.
c
gcc
reduct_executable_size
0 Votes
2 Answers
25th May 2020, 12:49 PM
John
If 'void' in the code means it wont return a value, then how is "Hello World" even used? because System.out.println overides it?
java
methods
void
3 Votes
3 Answers
1st Mar 2017, 11:58 AM
Wildman Fizat
Is there anyone who can help me with my "hello world" assignment on introduction to programming ? Thank you
android
0 Votes
2 Answers
14th Jan 2017, 9:53 PM
Afis Souley
I need help to create a program where he first ask you "What's your name?: " and then it gives you as output "Hello (name)"
input
java
0 Votes
5 Answers
8th Jan 2018, 5:57 PM
Alessandro
whats the difference in << "Hello world"; & <<" Hello <<"world!"; both are shows display same " Hello world " so, why this '<<' in between those ????
c++
cout
0 Votes
6 Answers
11th Jul 2016, 3:44 PM
Manish Pant
Create a for loop that iterates up to 50 while outputting "hello" at multiples of 4, "world" at multiples of 6 and "hello world"
#javascript
0 Votes
1 Answer
20th Aug 2022, 5:51 AM
Mamudu Razik
What is wrong with this code? I want it to output the text "Hello world" and then the "who are you". I am so new to this whole c
system.out.println
1 Vote
4 Answers
1st Dec 2016, 7:03 AM
Tristan
help me guys i m new..I am having problem with quotations what will be the code if the output is "hello world" and 'hello world'
python
strings
0 Votes
1 Answer
6th Feb 2017, 2:45 PM
manab
string means just the sentence including quotation marks. For example "hello world" double quote means using ". single quote means '. Can someone tell me if the concept is right??
python
strings
0 Votes
4 Answers
13th Oct 2016, 11:19 AM
fatima tuz zahra abdullah
what is the use of // prints ? If I type cout << "Hello World!"; , even with or without // prints, I get the same answer
c++
0 Votes
2 Answers
5th Jul 2016, 5:49 PM
Farhan S
when I have clicked on the build and run icon ,I got something like " as.exe.Entry point not found" instead of the "Hello world! " getting printed! can anyone explain what went wrong
basics
c++
0 Votes
1 Answer
14th Jun 2016, 8:33 AM
srija
because i can't run a php code from sublime text
?>
"Hello
<?php
</body>
</head>
</html>
<body>
<head>
<html>
<title>my
echo
first
page</title>
php
world!";
0 Votes
1 Answer
15th May 2020, 1:56 AM
jose gabriel pinto
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
Next >
Hot today
How to allow one instance of exe
2 Votes
Reverse observer pattern : remove dynamic_cast
2 Votes
Python
1 Votes
What has happened?
1 Votes
Theater management help me
2 Votes
What should I add/improve ?
1 Votes
Should You Specialize or Diversify in Programming?
1 Votes
Tools for web design?
1 Votes
Flight tracker coding foundation help me
1 Votes
Remove raw pointer from observer design pattern
0 Votes