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
If the size of int data type is two bytes, what is the range of signed int data type?
related proverb of "dont count your chicken before it hatches"
Write a program to add a given duration with time(24hrs format)
what is the diffrenet bettwen HTTP and internet protocol
What happens if a header file is included twice?
Can static variables be declared in a header file?
What does dm mean sexually?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
how many key words availabel in c a) 28 b) 31 c) 32
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *