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
What is omp_num_threads?
How to write c functions that modify head pointer of a linked list?
How many levels of pointers can you have?
What is a pragma?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is the use of ?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is a stream in c programming?
What is a static function in c?
What is a program flowchart and explain how does it help in writing a program?
What is the process of writing the null pointer?
How can I determine whether a machines byte order is big-endian or little-endian?
What is a pointer in c plus plus?
What are the various types of control structures in programming?
string reverse using recursion