What is a null tree?
No Answer is Posted For this Question
Be the First to Post Answer
Prepare me a program for the animation of train
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
what is data abstraction with example.
Polymorphism with an example?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
why to use template classes in c++?
to find out the minimum of two integer number of two different classes using friend function
What is polymorphism programming?
What is constructor overloading in oop?
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?