Describe the steps to insert data into a singly linked list.


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

Post New Answer

More C Interview Questions

struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


Explain what are bus errors, memory faults, and core dumps?

0 Answers  


what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

5 Answers   Wipro,


What is && in c programming?

0 Answers  


will u give me old quesrion papers for aptitude for L & t info tech?

1 Answers   Hindustan, L&T,






Explain built-in function?

0 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


writ a program to compare using strcmp VIVA and viva with its output.

0 Answers  


Explain what is the difference between declaring a variable and defining a variable?

1 Answers  


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


What is an volatile variable?

15 Answers   HP,


What are valid operations on pointers?

0 Answers  


Categories