Explain the binary height balanced tree?
No Answer is Posted For this Question
Be the First to Post Answer
what is the return type of printf
what will be maximum number of comparisons when number of elements are given?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
What is unary operator?
give one ip, find out which contry
Explain how do you determine whether to use a stream function or a low-level function?
Why can't I perform arithmetic on a void* pointer?
What is a function simple definition?
Write a program for deleting duplicate elements in an array
Explain main function in c?
What is call by value in c?