Código C++:
Ver original#include <iostream>
#include <windows.h>
//#include <string.h>
using namespace std;
int main (){
char a [20]= "constante";
char b [20]= "constante";
char c [20]= "constantine";
cout << "a y b SI son iguales:\t" << a << "==" << b << endl;
}
cout << "a y c NO son iguales: \t" << a << "!=" << c << endl;
}
return 0;
}
observe que el include string.h esta como comontario, creo que iostream cumple con esa funcion.
Caso no te ande quitale el // de string.h