|
| ||||||||||
| Tags: prime, prime factor, prime factor program, print prime factor |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| program to print prime factor of given number
I am the beginner in the field of programming. I am getting little-bit difficulties while writing program logic. One of the difficulty is in program of prime factor. I have to write a program to print the prime factor of the given number. The given number should be provided by the user while running the program. Can anyone help me to write the program to print prime factor of given number? |
|
#2
| ||||
| ||||
| Re: program to print prime factor of given number
Hi friend, see something below can help you to write program to find-out prime factors of the given number: Quote:
__________________ Grand Theft Auto 4 PC Video Game |
|
#3
| ||||
| ||||
| Re: program to print prime factor of given number
Hi, Don't worry friend, I have C programming code which will display the prime factors of given number. Please copy this program code and run on your computer and lets see you will definitely get the prime factor of given number. C Program: Quote:
__________________ The FIFA Manager 2009 PC Game |
|
#4
| ||||
| ||||
| Re: program to print prime factor of given number
Why don't you try below code to print prime factor of given number? I got below program from one of my friend, and it's executes without any syntax errors with the correct output. C code: Quote:
|
|
#5
| ||||
| ||||
| Re: program to print prime factor of given number
Hi, I am giving you just hint to write prime factor of given number not all program. You should use the special function to calculate the prime factor. In following example used the concept of the nested loops to achieve the my target. I have used "IF" loop inside "FOR" loop to check the condition correctly: Quote:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "program to print prime factor of given number" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need C program to print triangle of character or number | Khan Baba | Software Development | 5 | 17-09-2011 04:40 PM |
| What is the program to print table of given number? | Roxy_jacob | Software Development | 5 | 04-09-2011 10:40 PM |
| Problem with C# program which calculates the prime number | $Bird$ | Software Development | 4 | 29-11-2010 11:54 AM |
| Shell program for the prime number | Rup_me | Software Development | 5 | 14-12-2009 09:24 AM |
| program to check prime number in java | Bansi_WADIA | Software Development | 3 | 24-11-2009 10:02 PM |