answersLogoWhite

0

the angle 0 is

User Avatar

Anonymous

5y ago

What else can I help you with?

Related Questions

How many degrees are in a null angle?

Zero. A null angle is formed by two straight lines that coincide.


How many degrees are there in a null angle?

Zero.


What two angles that are less than a right angle?

A null angle and an acute angle are less than a right angle.


A null angle contains how many degrees?

it measures up to 180 degrees


What is a 0 radian?

It is an angular displacement of null value. The same as an angle of 0 degrees.


Explain quadrature null effect of coherent detector?

zero demodulated signal, which occurs for phase angle equal to + or - 90degrees, represent Quadrature Null Effect of the coherent detector.


If null is compared with null what is the result-true or false or null or unknown?

You mean SQL? NULL = anything IS NULL NULL <> anything IS NULL ... NULL IS NULL = TRUE NULL IS NOT NULL = FALSE


What is the possibility when magnitudes of dot and cross products are equal?

if any one of the vectors is a null vector or if A is the angle between the two vectors then tanA =1


How do you get to the null in supersecret?

There is no null, it is just what it says when you log out. There is a null.


How do you pronounce NULL?

"NULL" is usually pronounced as "null" (rhymes with "mull").


Does foreign key alllows null values and duplicate values?

A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.


What is is null?

main(){ char str[5]="hello"; if(str==NULL) printf("string null"); else printf("string not null"); }