while
(c1[80]!=c2[80]) {
char
c1[80], c2[80]; It is regards to my assignment and important of not losing marks on some rubbish mistakes
#include <stdio.h>
#include <string.h>
c1[80], c2[80];
int
main() {
printf
(
"Please enter card type:\n"
);
gets
(c1);
(c2);
strcpy
(c1,c2);
}
"SNAP"