Write a program that initialize an array of pointers with some DNA sequences. Create a non returning function named reverseDNA that takes a single pointer to char parameter. The function should reverse each DNA sequences passed to it. Use this function in main to display all the reversed sequences   The program contains the following main steps   *first u hv to intialize an array of pointers with dna sequences   And then a non returning void function is supposed to be created that takes a single pointer to char parameter    And then the function should reverse all the dna sequence of array of pointers from main and then display all of them. Write the program in c

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter10: Pointers
Section: Chapter Questions
Problem 4PP
icon
Related questions
Question
100%

Write a program that initialize an array of pointers with some DNA sequences. Create a non returning function named reverseDNA that takes a single pointer to char parameter. The function should reverse each DNA sequences passed to it. Use this function in main to display all the reversed sequences

 

The program contains the following main steps

 

*first u hv to intialize an array of pointers with dna sequences

 

And then a non returning void function is supposed to be created that takes a single pointer to char parameter 

 

And then the function should reverse all the dna sequence of array of pointers from main and then display all of them.

Write the program in c

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr