write the program for prime numbers?

Answer Posted / nischal

plz write the pl/sql program for prime numbers? in simple way
dat can be understood easily....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In a switch statement, explain what will happen if a break statement is omitted?

641


How do you define structure?

571


Why is it important to memset a variable, immediately after allocating memory to it ?

1557


What is hash table in c?

576


What is the usage of the pointer in c?

608






What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1310


Can you please explain the difference between syntax vs logical error?

699


what is a function method?give example?

1918


number of times a digit is present in a number

1545


Write a program to check whether a number is prime or not using c?

578


What is %lu in c?

691


What are static variables in c?

631


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1451


What is malloc calloc and realloc in c?

673


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1598