Which is best book for data structures in c?


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

Post New Answer

More C Interview Questions

Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }

7 Answers   TCS,


to find the program of matrix multiplication using arrays

6 Answers   Bhel,


program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5

8 Answers   Infosys,


How to write a program to receive an integer & find its octal equivalent by using for loop?

1 Answers   Google,


How do you use a 'Local Block'?

0 Answers   Ericsson,






how to write optimum code to divide a 50 digit number with a 25 digit number??

0 Answers   MGM,


print ur name without using any semicolon in c/c++....

21 Answers   Bosch, TCS, Wipro,


Is c functional or procedural?

1 Answers  


Is multithreading possible in c?

0 Answers  


wap in c to accept n number display the highest and lowest value

2 Answers  


in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000

3 Answers  


why we are using float in C

4 Answers  


Categories