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 period operator in c?

3 Answers   Wipro,


write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


What is formal argument?

0 Answers  


How to reverse a linked list

1 Answers   Aricent, Fidelity, IBM, TCS,


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 Answers   CitiGroup,






What are c preprocessors?

0 Answers  


Explain how can I right-justify a string?

0 Answers  


How will you allocate memory to a double pointer ?

2 Answers  


what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel

1 Answers   V2 Solutions,


What is a void pointer? When is a void pointer used?

0 Answers   Aspire, Infogain,


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

0 Answers  


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


Categories