[Solved] Comparison of two dna sequences in C [closed]


Hard-code the traversal of two strings in a while loop. If they’re the same, output either string1[i] or string2[i]. If they’re different, write a star.

2

solved Comparison of two dna sequences in C [closed]