How can I find leaf node with smallest level in a binary tree?
Answer / patuk panday
smallest level in a binary tree is the number is 0 and 1.
Is This Answer Correct ? | 0 Yes | 2 No |
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Which is an example of a structural homology?
who developed c and why he developed c?
Where are c variables stored in memory?
What is meant by int main ()?
what is difference between overriding and overloading?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
Explain the use of #pragma exit?
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is difference between structure and union with example?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain