How to throw some light on the b tree?


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

Post New Answer

More C Interview Questions

How to avoid structure padding in C?

8 Answers   Tech Mahindra,


Which is better between malloc and calloc?

0 Answers  


Can you write a programmer for FACTORIAL using recursion?

0 Answers   ADP,


Explain what are the different file extensions involved when programming in c?

0 Answers  


What does d mean?

0 Answers  






HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

4 Answers  


Can the curly brackets { } be used to enclose a single line of code?

0 Answers  


What is the difference between int main and void main in c?

0 Answers  


Write a program that his output 1 12 123

0 Answers  


What is the scope of static variable in c?

0 Answers  


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


What is the difference between the = symbol and == symbol?

0 Answers  


Categories