hw can we delete an internal node of binary search tree the
internal node has child node..plz write progarm
No Answer is Posted For this Question
Be the First to Post Answer
What is #include stdlib h?
What are the advantages of using linked list for tree construction?
main() {int a=200*200/100; printf("%d",a); }
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
What is sizeof return in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
c language interview questions & answer
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
How is pointer initialized in c?
write a program for egyptian fractions in c?