Linked lists -- can you tell me how to check whether a linked list is circular?


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

Post New Answer

More C Interview Questions

main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 Answers  


why array index always starts from zero??

4 Answers   TCS,


What is enumerated data type in c?

0 Answers  


void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,






int x=sizeof(!5.856); What will value of variable x?

2 Answers  


Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?

2 Answers  


Differentiate between functions getch() and getche().

0 Answers  


how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .

1 Answers  


What are preprocessor directives in c?

0 Answers  


Differentiate between ordinary variable and pointer in c.

0 Answers  


Explain why c is faster than c++?

0 Answers  


Categories