Explain the ternary tree?


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

Post New Answer

More C Interview Questions

What is a string?

0 Answers  


which one is highest Priority in c? a)=,b)+,c)++,d)==

4 Answers  


What is the difference b/w Structure & Array?

6 Answers  


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

0 Answers  


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,






Explain the properties of union. What is the size of a union variable

0 Answers  


Compare and contrast compilers from interpreters.

0 Answers  


What is zero based addressing?

0 Answers  


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


Why do some versions of toupper act strangely if given an upper-case letter?

0 Answers  


What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


Explain what is operator promotion?

0 Answers  


Categories