Can a binary search tree be used as an index? If yes, how?
Explain
No Answer is Posted For this Question
Be the First to Post Answer
Why does not c have an exponentiation operator?
wap to print "hello world" without using the main function.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
how to do in place reversal of a linked list(singly or doubly)?
Write a code of a general series where the next element is the sum of last k terms.
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Can you return null in c?
Is flag a keyword in c?
What is getch () for?
Which of these functions is safer to use : fgets(), gets()? Why?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
write a program to insert an element at the specified position in the given array in c language