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

#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


What is the difference between the expression “++a” and “a++”?

0 Answers  


main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }

1 Answers  


Can include files be nested? How many levels deep can include files be nested?

0 Answers   Aspire, Infogain,






print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

3 Answers   Winit,


What are operators in c?

0 Answers  


How is a macro different from a function?

0 Answers   Tech Mahindra,


Write a c program to demonstrate character and string constants?

0 Answers  


Explain what are the different file extensions involved when programming in c?

0 Answers  


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


If we give two names then this displays the connection between the two people. It is nothing but flames game

1 Answers  


Categories