What is binary tree in c?


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

Post New Answer

More C Interview Questions

what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


In C language what is a 'dangling pointer'?

0 Answers   Accenture,


How reliable are floating-point comparisons?

0 Answers  


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

1 Answers   Google,


What is the difference between exit() and _exit()?

2 Answers  


write a 'c' program to sum the number of integer values

8 Answers  


Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .

4 Answers   State Bank Of India SBI,


What is wrong with this program statement? void = 10;

0 Answers  


What is calloc malloc realloc in c?

0 Answers  


What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,


Find occurence of a character in a sting.

3 Answers   TCS,


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


Categories