by removing 2 hydrogen atoms from C6H14(Hexane) to convert it into C6H12(Hexene;commonly called Bezene).
Chat with our AI personalities
When a hydroxile group bonded to benzene ring it is a phenol.Fomula for it C6H6O.
To move to a larger measure, divide by s-cubed where s is the scale factor between the smaller linear measure and the bigger one. For example, To convert from cm3 to metre3 , 1 cm = 0.01 m so n cm2 = n*(0.01)3 cubic metres.
kmh to m/s formula n * 5/18 example: 100km/h convert to (n)m/s 100 * 5/18 = 27.7 m/s OR my way of doing this (much simpler): (km/h) / 3.6 = m/S example: (100km/h) / 3.6 = 27.8 m/s
That depends what you want to convert it to. Divide it by 60 to convert to hours. Divide the result by 24 to convert to days. Divide the result by 365 to convert to years.That depends what you want to convert it to. Divide it by 60 to convert to hours. Divide the result by 24 to convert to days. Divide the result by 365 to convert to years.That depends what you want to convert it to. Divide it by 60 to convert to hours. Divide the result by 24 to convert to days. Divide the result by 365 to convert to years.That depends what you want to convert it to. Divide it by 60 to convert to hours. Divide the result by 24 to convert to days. Divide the result by 365 to convert to years.
Its is inputted by the user...!!!anyways the program to convert the binary equivalent of a decimal number is as follows:#include#includevoid main(){ int i,n,j,b[100];clrscr();printf("Enter a Number:");scanf("%d",&n);i=0;while(n>0){b[i]=n%2;n=n/2;i++;}printf("\n\nBinary Equivalent:");j=i-1;for(i=j;j>=0;j--)printf("%d",b[j]);getch();}using this algorithms... the binary equivalent of any number is taken out...!!! enjoy... have any query... email at :- "devilllcreature@yahoo.com" thank you....!!!