Linked list is a Linear or non linear explain if linear how
it working as a non linear data structures


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

Post New Answer

More C Interview Questions

write a programme that inputs a number by user and gives its multiplication table.

2 Answers  


Explain what are linked list?

0 Answers  


Define C in your own Language.

0 Answers   Motorola,


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 Answers   Ramco,


Are the variables argc and argv are always local to main?

0 Answers  






Once I have used freopen, how can I get the original stdout (or stdin) back?

0 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  


What does a function declared as pascal do differently?

0 Answers  


How to write a C program to determine the smallest among three nos using conditional operator?

2 Answers   Google,


write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR

3 Answers   IBM,


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


What are header files and what are its uses in C programming?

0 Answers  


Categories