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
How can you read a directory in a C program?
In C language what is a 'dangling pointer'?
What is c language used for?
What is the difference between malloc() and calloc() function in c language?
Explain the ternary tree?
Is using exit() the same as using return?
What is string constants?
How can you check to see whether a symbol is defined?
What is signed and unsigned?
How to write c functions that modify head pointer of a linked list?
What is cohesion in c?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain what will the preprocessor do for a program?
Explain the use of fflush() function?
Is printf a keyword?