can anyone suggest some site name..where i can get some
good data structure puzzles???


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

Post New Answer

More C Interview Questions

What does malloc () calloc () realloc () free () do?

0 Answers  


Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));

6 Answers   TCS,


Can you add pointers together? Why would you?

0 Answers  


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


What does 4d mean in c?

0 Answers  






How can I do serial ("comm") port I/O?

0 Answers   Celstream,


How to get string length of given string in c?

0 Answers  


what about "char *(*(*a[])())();"

3 Answers   Oracle,


why i join syntel?

23 Answers   ABC, Syntel, TCS,


write a recursive program in'c'to find whether a given five digit number is a palindrome or not

2 Answers  


In header files whether functions are declared or defined?

1 Answers   TCS,


What are valid operations on pointers?

0 Answers  


Categories