In how much time you will write this c program?
Prime nos from 1 to 1000
Answers were Sorted based on User's Feedback
how to print "hai" in c?
Explain how can you tell whether two strings are the same?
What are valid signatures for the Main function?
what is the difference between. system call and library function?
What is the use of typedef in structure in c?
int i=10; printf("%d %d %d", i, i=20, i);
What is a memory leak in structures? How can we rectify that?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
swap two integer variables without using a third temporary variable?
What is the meaning of c in c language?
Explain #pragma in C.
write a own function for strstr