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
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Write the control statements in C language
How is pointer initialized in c?
what is the format specifier for printing a pointer value?
How can you restore a redirected standard stream?
How does pointer work in c?
Is c is a procedural language?
What are bitwise shift operators in c programming?
Explain the difference between malloc() and calloc() in c?
Why & is used in scanf in c?
how to build a exercise findig min number of e heap with list imlemented?
What is a const pointer?
What are preprocessor directives in c?
What is #define?
Are pointers integers in c?