You are on page 1of 2

PRIME NUMBER

IF:

https://www.programmingsimplified.com/c/source-code/c-program-for-prime-number

https://www.javatpoint.com/prime-number-program-in-c

FOR:

https://www.programiz.com/c-programming/examples/prime-number

GCD – Greatest common divisor


FOR:

https://www.programiz.com/c-programming/examples/hcf-gcd

IF:

https://www.math.wustl.edu/~victor/mfmm/compaa/gcd.c

MANY WAYS:

https://www.tutorialgateway.org/c-program-to-find-gcd-of-two-numbers/

SORTING
FOR:

https://en.wikiversity.org/wiki/C_Source_Code/Sorting_array_in_ascending_and_descending_order

https://www.programmingsimplified.com/c/source-code/c-program-selection-sort

http://see-programming.blogspot.co.id/2013/06/c-program-to-sort-numbers-in-ascending.html

PALINDROM
CHAR:

https://www.programmingsimplified.com/c-program-find-palindrome

https://www.geeksforgeeks.org/c-program-check-given-string-palindrome/

NUMBER:

https://www.programiz.com/c-programming/examples/palindrome-number

https://www.javatpoint.com/palindrome-program-in-c

https://www.programmingsimplified.com/c/source-code/c-program-palindrome-number

You might also like