Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?


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

Post New Answer

More C Interview Questions

What is a #include preprocessor?

0 Answers  


The variables are int sum=10,SuM=20; these are same or different?

3 Answers  


writw a program to insert an element in the begning of a doubly linked list

1 Answers  


Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

0 Answers   XYZ,


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

0 Answers  


Why is this loop always executing once?

0 Answers  


Differentiate between null and void pointers.

0 Answers   TCS,


Explain how do you print only part of a string?

0 Answers  


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


Write program to remove duplicate in an array?

0 Answers  


Write any data structure program (stack implementation)

1 Answers   HTC,


main() { float a=3.2e40; printf("%d",a); }

9 Answers   Satyam,


Categories