Explain the red-black trees?


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

Post New Answer

More C Interview Questions

What is the difference between new and malloc functions?

0 Answers   InterGraph,


write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix

0 Answers  


How to declare a variable?

0 Answers  


What is the use of bit field?

0 Answers  


What is omp_num_threads?

0 Answers  






Explain the difference between getch() and getche() in c?

0 Answers  


f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 Answers   Hughes, Tech Mahindra,


Can we change the value of static variable in c?

0 Answers  


compare array with pointer?

1 Answers  


What extern c means?

0 Answers  


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

0 Answers   HCL,


what is difference between array of characters and string

18 Answers   Accenture, Nest,


Categories