Write a program to find whether the given number is prime or
not?
Answer Posted / sivavendra
Hey sudha,
plz checkout the above code once again.....
if(i=2;i<=n/2;i++) --- What this code indicates?
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
In C language, a variable name cannot contain?
Differentiate call by value and call by reference?
How can this be legal c?
What is a far pointer in c?
Is anything faster than c?
What are the complete rules for header file searching?
Why & is used in scanf in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What does the error 'Null Pointer Assignment' mean and what causes this error?
How many bytes is a struct in c?
What is I ++ in c programming?
Explain what are preprocessor directives?
How do you view the path?
What is the difference between text files and binary files?
Is c++ based on c?