What is the output of the code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the output of the code?

Void main() {Int v=56; Float g; G=v-9; Cout<<"I love c++"; Cout<<g; }

2nd May 2020, 8:07 AM
Devarinti.Venumadav
Devarinti.Venumadav - avatar
7 Answers
0
Your intelligent answer tell me🤔🤔
2nd May 2020, 8:08 AM
Devarinti.Venumadav
Devarinti.Venumadav - avatar
0
47
2nd May 2020, 8:15 AM
Devarinti.Venumadav
Devarinti.Venumadav - avatar
2nd May 2020, 8:23 AM
Yukari - YuukiBots
Yukari - YuukiBots - avatar
0
When you run your above code. You will get compile time error.
2nd May 2020, 9:09 AM
Dasarath Singh
0
Restart sololearn
2nd May 2020, 9:10 AM
Yukari - YuukiBots
Yukari - YuukiBots - avatar
0
I love C++47 That is after correction of errors..I.e Lower case: Float,G,C in Cout.. And in my case the IDE does not accept Void so I changed to int main..
3rd May 2020, 3:53 PM
Kiprotich bett
Kiprotich bett - avatar
- 1
Bro
2nd May 2020, 8:15 AM
Devarinti.Venumadav
Devarinti.Venumadav - avatar