Question: Write a program that initializes an array of pointers with five DNA sequences. Your program must perform following tasks: [20] Find out the length
Write a program that initializes an array of pointers with five DNA sequences. Your program must perform following tasks: [20] Find out the length of sequence 1 and sequence 2 without using strlen() function. Reverse sequence 3 and 4. Find out the total number of 'A' nucleotide in sequence 5. All outputs should be in capital letters.
Step by Step Solution
There are 3 Steps involved in it
an example program in C that accomplishes these tasks include include Function to find the length of ... View full answer
Get step-by-step solutions from verified subject matter experts
