What is the difference between array and linked list in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.

3 Answers  


why 'c' is called middle level language.

2 Answers  


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


explain about storage of union elements.

2 Answers   ABC, Bosch,






Difference Between embedded software and soft ware?

1 Answers   Bosch,


who developed c and why he developed c?

5 Answers  


difference between memcpy and strcpy

1 Answers  


Explain goto?

0 Answers  


Explain how can I pad a string to a known length?

0 Answers  


Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 Answers   Qualcomm,


What are the types of pointers?

0 Answers  


Categories