minute_deg = minute * 360 / 60 = minute * 6;
The hour hand will make a complete revolution every hour, so its formula is:
hour_deg = hour * 360 / 12 = hour * 30;
A function to find the angle would be:
int angleBetweenHands(int hour, int minute)
{
if(hour > 12) // In case of 24 hour clock
hour -= 12;
int angle = hour * 30 - minute * 6;
if(angle > 180)
angle = 360 - angle;
return(angle);
}
Read more: C_code_to_find_angle_between_hour_hand_and_minute_hand
It is a obtuse angle.
obtuse
A 90° angle, to the right.
90 degrees
The correct answer is 120 DEGREES
There is no angle "between" one hand of a clock.
It is a obtuse angle.
The answer depends on the angle between WHAT and WHAT!
There are two angles between 5 and 8 on a clock face. The smaller (right) angle is 90 degrees. The larger (reflex) angle is 270 degrees.
90 degrees its just like the angle between 6 and 9 on a clock basically for every number its 30 degrees
60o
30 degrees.
150
obtuse
At 3 hours 45 minutes there is not an acute angle between the hands of the clock (unless you extend the hands backwards).
A 90° angle, to the right.
120degrees