Skip to content

Code which reverses elements of any array in the C programming language - #383

Open
TikuGaelle wants to merge 1 commit into
kanak22:mainfrom
TikuGaelle:reverseAnArrayInC
Open

Code which reverses elements of any array in the C programming language#383
TikuGaelle wants to merge 1 commit into
kanak22:mainfrom
TikuGaelle:reverseAnArrayInC

Conversation

@TikuGaelle

Copy link
Copy Markdown

Related Issue

  • Info about the related issue

Closes: #262

Describe the changes you've made

The code contains 2 methods: reverseArray(), and printArray(). The method reverseArray() reverses the elements of the array using "start" and "end" indexes. The method printArray() prints out the elements of the array.

Mention any unusual behaviour of your code (Write NA if not)

NA

Checklist:

(To mark, write x inside the square brackets like this: [x])

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly whereever it was hard to understand.
  • My changes generate no new warnings.

Additional Info (optional)

@kanak22 kanak22 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the codefile in the correct folder and rename it correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reversing an array DSA 450

2 participants