what is level of tree if leaf node is at level 4.please
explain.



what is level of tree if leaf node is at level 4.please explain...

Answer / xxxxx

Its level 4

Is This Answer Correct ?    13 Yes 0 No

Post New Answer

More C Interview Questions

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,


What are the functions to open and close file in c language?

0 Answers  


I need a sort of an approximate strcmp routine?

0 Answers  


What is calloc malloc realloc in c?

0 Answers  


Can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

0 Answers   Wipro,


What is null pointer constant?

0 Answers  


How to avoid buffer overflow?

1 Answers  


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

0 Answers  


Explain how can I remove the trailing spaces from a string?

0 Answers  


Explain function?

0 Answers  


Write a C function to search a number in the given list of numbers. donot use printf and scanf

6 Answers   Honeywell, TCS,


Categories