Mechatronics geek blog

Saturday, April 27, 2019

Pointers Questions

1- Print an array after removing duplicating numbers in it?
Solution:
https://github.com/AmrHRAbdeen/C-Programming/blob/master/RemoveDuplicatedValues.c
===================================================================
2- Find 2 Elements in the Array such that the difference between them is the Largest?
Solution:
https://github.com/AmrHRAbdeen/C-Programming/blob/master/MaxDiffInArray.c
===================================================================
3- Find the One repeated number in an Array and print number of repetition?
Solution:
https://github.com/AmrHRAbdeen/C-Programming/blob/master/findOneRepeatedValue.c
===================================================================
4- perform Cyclic Swapping on an array of 3 Elements?
Solution:
https://github.com/AmrHRAbdeen/C-Programming/blob/master/cyclicSwap.c
===================================================================
5- Adding Two Matrices
Solution:
https://github.com/AmrHRAbdeen/C-Programming/blob/master/AddingMatrices.c
===================================================================

0 comments:

Post a Comment