write a c program that if the given number is prime, and
their rearrangement(permute) of that number is also prime.
Ex: Input is "197" is prime
Output: 791,917,179 is also prime.
Please any one tell me tha code for that
Answer Posted / sowmya
hello Sir,
If you dont mind, could you exlain that above code
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does typeof return in c?
What is pragma in c?
where are auto variables stored? What are the characteristics of an auto variable?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is an auto variable in c?
What is a pointer in c?
What header files do I need in order to define the standard library functions I use?
What is clrscr ()?
How reliable are floating-point comparisons?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How can you allocate arrays or structures bigger than 64K?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is multidimensional arrays
Explain what is the benefit of using an enum rather than a #define constant?
how to write a c program to print list of fruits in alpabetical order?