Write a function in C to obtain the prime factor of a positive integer. | EASTER SCIENCE

preview_player
Показать описание
A positive integer is entered through the keyboard. Write a function to obtain the prime factor of this number.
For example, prime factors of 24 are 2, 2, 2 and 3, whereas prime factors of 35 are 5 and 7.
Source Code:
Рекомендации по теме
Комментарии
Автор

Can you give the flowchart of this question please

shivanipal