+ 1
What is the output of the code?
Void main() {Int v=56; Float g; G=v-9; Cout<<"I love c++"; Cout<<g; }
8 Réponses
0
Your intelligent answer tell me🤔🤔
0
47
0
When you run your above code.
You will get compile time error.
0
Restart sololearn
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..
- 1
Bro