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
Explain the array representation of a binary tree in C.
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is a macro?
How to find a missed value, if you want to store 100 values in a 99 sized array?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is methods in c?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is the difference between procedural and functional programming?
How to draw the flowchart for structure programs?
What are the properties of union in c?
What is #include called?
Where are local variables stored in c?
What header files do I need in order to define the standard library functions I use?
In a header file whether functions are declared or defined?