In how much time you will write this c program?

Prime nos from 1 to 1000

Answers were Sorted based on User's Feedback



In how much time you will write this c program? Prime nos from 1 to 1000..

Answer / thunder

time taken for finding one prime is equal to finding 1 to 1000

Is This Answer Correct ?    1 Yes 2 No

In how much time you will write this c program? Prime nos from 1 to 1000..

Answer / payal

take time more than finding one prime

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Interview Questions

how to print "hai" in c?

13 Answers   TCS,


Explain how can you tell whether two strings are the same?

1 Answers  


What are valid signatures for the Main function?

1 Answers  


what is the difference between. system call and library function?

2 Answers   CDAC, Satyam,


What is the use of typedef in structure in c?

1 Answers  


int i=10; printf("%d %d %d", i, i=20, i);

1 Answers  


What is a memory leak in structures? How can we rectify that?

2 Answers  


When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?

2 Answers   Aloha Technology,


swap two integer variables without using a third temporary variable?

6 Answers   Persistent,


What is the meaning of c in c language?

1 Answers  


Explain #pragma in C.

1 Answers  


write a own function for strstr

1 Answers   LG Soft,


Categories