what is the difference between arrays and linked list
Answer Posted / mehdin
arrey is very fast in linked list.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
Explain what does it mean when a pointer is used in an if statement?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is the advantage of a random access file?
Explain how can I pad a string to a known length?
What is the significance of an algorithm to C programming?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Why c is called procedure oriented language?
Can a program have two main functions?
Why doesnt this code work?
what type of questions arrive in interview over c programming?
What is the difference between near, far and huge pointers?
How do you generate random numbers in C?
Write a program to swap two numbers without using third variable in c?
What is use of integral promotions in c?