answersLogoWhite

0

it should start at cold

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

What is the temp of cold tap water?

Ambient


What are the required parameters checking while diesel engine testing as UL standard and testing proceder?

Power & Torque at rated RPM Power & Torque at Prime RPM Lubrication oil PR, Lubrication oil Temp Fuel Pressure Air Intake Temp Exhaust Temp Coolant Temp Turbo Pressure/ Temp if it is a turbo aspired Engine


Find the highest and lowest element from a linked list?

To find the highest and lowest elements in a linked list, iterate the list and detect the highest and lowest elements. Details omitted ... list *head; /* pointer to first element */ list *temp; /* temp pointer list *high = null; /* pointer to high element */ list *low = null; /* pointer to low element */ for (temp=head; temp!=null; temp=temp->next) { /* iterate all elements */ if (temp == head ) { /* initial case */ high = low = temp; /* start accumulating results } else { /* otherwise */ if (higher(temp, high) high = temp; /* choose higher */ if (lower(temp, low) low = temp; /* choose lower */ } }


How does automobile ambient temperature work?

ambient temp is the outside air temp


Given a linked list of integers sorted in an ascending order and a pointer to a single node containing an integer write a C program that insert the node P in the linked list so that remains sorted?

InsertNode(NODE **q,int num) { NODE *r,*temp ; temp = *q; r= malloc(sizeof(NODE)); r->data = num; //if it's fisrt node to be inserted if ( *q == NULL num < (*q)->data) { *q = r ; (*q)->link=temp; } else { while(temp) { if ( (num > temp->data) && (num < temp->link->data ) ) { r->link = temp->link; temp->link = r; return; } temp = temp->link; } r->link = NULL; temp->link = r; } }

Related Questions

1990 Chevy truck with a efi fuel system that floods out after about ten minutes?

Engine temp sensor faulty, controller thinks engine is cold & sends to much fuel.


High acceleration temp gauge needle pointer goes down to low temp release the acceleration going back to normal temp?

Need to no more info, Year, engine size, what type of truck. It would help us answer it correctly. THANKS.


Why is your BMW 323I 2000 shakes when it starts cold for 20 seconds then the choke kicks in and the engine settles?

It is the VANOS working in conjunction with the cold start injector... once your engine reaches that proper temp, the "shaking" goes away.


Could the temp coolant sensor cause the truck to run cold?

The coolant sensor moniters the coolant temperature. A faulty thermostat could cause the engine to run cool.


What is a double temperature switch BMW?

It has 2 independent sensors in it, one goes to the cluster for the coolant temp gauge. The other goes to the DME for controlling the fuel mix, engine timing, cam timing, as the enging goes from cold to operating temp. It effects performance, MPG, and emissions.


Why would truck warm up blow hot air stop at light and blows cold air 2000 dodge 1500 5.9L temp goes up oil pressure goes down?

bob is the best


Why won't 1998 S10 truck start in cold weather?

I would suspect the engine coolant temp sensor, the one next to the thermostat housing is at fault but, I would like to know how cold is it where you are, it could make a difference.


What is a Salamanders'response to change in temperature?

A salamander is a cold blooded animal. So it simply follows the temperature change. Temperature goes down, its body temp goes down, Temp goes up its body temp goes up


Why do your heaters blow cold when engine temp is hot?

It might be broken


How hot does the engine temp have to get until it would cause damage?

When your engine temp gauge goes to red on most cars that is 350 degrees f normal running temp should be between 100 and 210 degrees f high engine temps can cause horrible things to happen to your car truck or SUV ie. blown head gasket cracked head cracked block


What would cause a 1996 Dodge ram heater gets warm but when you turn Blower up it goes cold?

If the engine is getting up to normal temp, the heater core might be plugged. Heater core is not plugged and normal operating temp!


WhyCar temp goes high gets heat than no heat?

Usually in cold weather climates it means that your cars coolant is freezing up. It will cause the engine temp to get real high as the coolant does not circulate which then also causes you to not have any heat.