write a program to display all prime numbers
No Answer is Posted For this Question
Be the First to Post Answer
What is Memory leakage ?
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
How can you return multiple values from a function?
What is an arrays?
What is assert and when would I use it?
what is the most appropriate way to write a multi-statement macro?
what is c language?
Can you return null in c?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Without using main fn and semicolon,print remainder for a given number in C language
what is diff between localstatic and globalstatis variable possible 2 use in another file...?