What are linked lists in c?


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

Post New Answer

More C Interview Questions

Can you write the algorithm for Queue?

0 Answers   College School Exams Tests, TCS,


What does #pragma once mean?

0 Answers   Celstream,


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


write a c programme for add of two numbers with out use of arthematic operators

2 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  


how do we remove the printed character in printf statement and write next it it

1 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


How to draw the flowchart for structure programs?

0 Answers  


What is #include in c?

0 Answers  


What are runtime error?

0 Answers  


C program to find all possible outcomes of a dice?

0 Answers  


Categories