compare two char arrays
Hi thereI am trying to compare two char arrays. one is char CODENUMBER[36]="06A9062F0020063406450627063106470200";and the other one is a 250 element array called char Rcv[250]in my code, I receive messages and I fill Rcv[]'s elements with those messa...