#include <string.h> char *str = "Microchip"; int main(void) { if (0 == strcmp(str, "Microchip")) printf("They match!\n"); while(1); }