#include int main(){ char * a = "doi"; int x = strcmp(a, "doi"); return x; }