Why this happen? I didn't written any input and comes an output? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Why this happen? I didn't written any input and comes an output?

I use C++ and erase all the data and see for the output and the output was given. https://code.sololearn.com/cGIQhAfN1604/?ref=app

31st Mar 2019, 2:09 PM
Eknoor Singh
Eknoor Singh - avatar
6 Answers
+ 6
What you see is an error message.
31st Mar 2019, 4:30 PM
Denise Roßberg
Denise Roßberg - avatar
+ 5
Compiler language is just like A single mistake, a huge error. Therefore, we have to look like this🔍🔍🔍🔍🔍🔍
1st Apr 2019, 9:34 AM
Eknoor Singh
Eknoor Singh - avatar
+ 4
This is the magic of compiled languages. With a blank source code file, you always get compiler errors.
1st Apr 2019, 3:27 AM
Sonic
Sonic - avatar
+ 2
definitely there will be an error message
31st Mar 2019, 4:05 PM
ᎯᏰᏰᎯ__ᏥᎿᏩ➰
ᎯᏰᏰᎯ__ᏥᎿᏩ➰ - avatar
+ 1
No internet sometime
1st Apr 2019, 10:18 AM
Aminu Kazaure
Aminu Kazaure - avatar
+ 1
Compiler needs something to compile, else it will give an error.
3rd Apr 2019, 3:11 AM
Suhani Goyal
Suhani Goyal - avatar