60 watts bulb and resistor home heater is connected in series and 230v is given to the circuit. The heater is giving some amount of heat. If instant of 60 watts bulb replace 100 watts bulb what will be the output of the heater?
2 6381which value we will take in c- form to issuing c- form any party basic value or basci+ tax plz ans..............
14 42524Can Superposition theorem be applied to AC Circuits?Can Thevenin's Theorem be applied to AC Circuit too?
6 21583how to calculate overall heat transfer coefficient in insulated pipeline? Please give a answer with formula
2 8403What will happen to magnitude of voltage of other two phases if one phasw will touch the ground?
3 6309Post New NPCIL Interview Questions
< No Frames > tag is used for
What is the importance of 'start routine' in update rules?
Which keyword is used for inheritance in typescript?
Where do you get Alarm prompt?
You have given 2 array. You need to find whether they will
create the same BST or not.
For example:
Array1:10 5 20 15 30
Array2:10 20 15 30 5
Result: True
Array1:10 5 20 15 30
Array2:10 15 20 30 5
Result: False
One Approach is Pretty Clear by creating BST O(nlogn) then
checking two tree for identical O(N) overall O(nlogn) ..we
need there exist O(N) Time & O(1) Space also without extra
space .Algorithm ??
DevoCoder
guest
Posted 3 months ago #
#define true 1
#define false 0
int check(int a1[],int a2[],int n1,int n2)
{
int i;
//n1 size of array a1[] and n2 size of a2[]
if(n1!=n2) return false;
//n1 and n2 must be same
for(i=0;i
Why XML editor is needed instead of Notepad?
Explain various types of abap ui technologies
What is the transaction code to check schema name?
Which Class insulation is prefered for the sandwich Busducts ? Why?
How to write a query with an inner join in ms sql server?
How do I fix windows failed to load because a critical system driver is missing or corrupt?
___ is the control used to call a windows application.
Elaborate on CQL?
What are variable arguments or varargs?
What is the role of Underwriter in your application?