Which one of the following compounds contains the greatest number of sp hybridized carbon atoms
How many sp hybridized carbon atoms are present in a molecule of 3-methyl-4-vinyl-1,2-heptadien-5-yne
A chiral C6H12 hydrocarbon undergoes catalytic hydrogenation to yield an achiral C6H14 product. What is the starting compound
Reaction of 3,3,6,6-tetramethyl-1,4-cyclohexadiene, first with excess aqueous mercuric acetate, then followed by sodium borohydride reduction, produces a mixture of isomeric C10H20O2 alcohols. Excluding enantiomers, how many isomeric products may be formed in this reaction
Which reaction conditions would best convert 3-hexyne to cis-3-hexene
The product from OsO4 hydroxylation of trans-2-butene will be
Which one of the following reactions does not produce a mixture of structural isomers
In a continuous slab the B.M. at middle of interior spans due to super imposed load of intensity W Kg/m run will be
What is the result of compiling and running the following code? public class Test{ public static void main(String[] args){ int[] a = new int[0]; System.out.print(a.length); } } A.0 B.Compilation error, arrays cannot be initialized to zero size. C.Compilation error, it is a.length() not a.length D.None of the above