Explain the binary height balanced tree?
No Answer is Posted For this Question
Be the First to Post Answer
How can I do graphics in c?
Write a program to print factorial of given number using recursion?
Explain what are the __date__ and __time__ preprocessor commands?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
write a c program to calculate sum of digits till it reduces to a single digit using recursion
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
Does c have an equivalent to pascals with statement?
Explain how does free() know explain how much memory to release?
What are local variables c?