Find the middle node in the linked list??
(Note:Do not use for loop, count and count/2)
Answer Posted / dhr
it also works
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is meant by keywords in c?
What is pass by reference in c?
What is pointer in c?
How can you call a function, given its name as a string?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How do you redirect a standard stream?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is external variable in c?
Explain about the constants which help in debugging?
What is clrscr in c?
What is indirection?
can we implement multi-threads in c.
What is meant by int main ()?