which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
1 3469For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
3602What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
9 15421Post New Programming Languages AllOther Questions
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
What is the entry point function of a DLL?
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?
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
what is the difference between rename and label
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
Write a program to reverse a number?
which worker is involved in all the phases of SDLC?
Any real time example of O2C process from taking order till creating invoice.
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
Delta 5 weight scale not connect with oracle application what i can do?
what is the basic and unique feature of dotnet
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.