0
#include <iostream> using namespace std; //Compiler version g++ 6.3.0 int main() { int myVariable = 10; "Cout" << "myvari
Kya mistake hai
5 Réponses
0
Aniket Sandhilya in your fixed code. you forgot the int main() statement.
0
#include <iostream>
using namespace std;
//Compiler version g++ 6.3.0
int main()
{
int myVariable = 10;
"Cout" << "myvariable" ;
}
0
#include <iostream>
using namespace std;
//Compiler version g++ 6.3.0
int main()
{
int myVariable = 10;
"Cout" << "myvariable" ;
}
Still have some problem???
0
Plz help
0
No double quotes for cout