what is the difference between arrays and linked list
Answer Posted / harikrishnan
an array is changable length.a list does not.
| Is This Answer Correct ? | 17 Yes | 124 No |
Post New Answer View All Answers
What is openmp in c?
what is recursion in C
What is the difference between class and object in c?
Explain threaded binary trees?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What are the preprocessor categories?
What is maximum size of array in c?
Explain can you assign a different address to an array tag?
how is the examination pattern?
Tell me the use of bit field in c language?
What is the value of h?
Are there any problems with performing mathematical operations on different variable types?
What is a pointer value and address in c?
Define C in your own Language.