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

Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


Tell me about low level programming languages.

0 Answers   Amdocs,


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


what is the use of bitfields & where do we use them?

2 Answers  


Explain which function in c can be used to append a string to another string?

0 Answers  


application attempts to perform an operation?

0 Answers  


Can you add pointers together? Why would you?

0 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


Write a program to print factorial of given number without using recursion?

0 Answers  


Explain high-order bytes.

0 Answers  


What is the best way of making my program efficient?

0 Answers  


Categories