Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
No Answer is Posted For this Question
Be the First to Post Answer
what type of exceptions & problems are faced in production time at java technology?
what are wrapper classes
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
diffrence between oracle apps , .NET , SAP
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
whats the Need for Concurrency control
this question is from sas:what is the difference between FILE and INFILE statements? plz explain in brief?
what is the difference between an application and service??? i mean service which runs as in services.msc.
How to set fixed width in particular <td> in html? if i type more character in this <td> it will not push near <td>. this is my question. can u tell me the answer...
Where do we need Operator overloading?
What do you meant by Runtime Polymorphism?