what is the difference between arrays and linked list
Answer Posted / yoga
Both are nothing but the data structures where in arrays
data can be accessed using subscript but in linked list
data can be accessed by the pointer present in its previous
node...
| Is This Answer Correct ? | 59 Yes | 15 No |
Post New Answer View All Answers
Is anything faster than c?
please give me some tips for the placement in the TCS.
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
why programs in c are running with out #include
What is malloc calloc and realloc in c?
What are the benefits of c language?
What does calloc stand for?
Is c object oriented?
Do you know what are the properties of union in c?
What is the translation phases used in c language?
Dont ansi function prototypes render lint obsolete?
How to create struct variables?
C language questions for civil engineering
Is fortran still used in 2018?
Can you write a programmer for FACTORIAL using recursion?