The man who is specialist in wine making is called as ?
Oenology is the science and study of wine and winemaking. So person who is specialist in that is called as Oenologist.
View Answer Report Error Discuss
When was first train steamed off in India
Select the related word/letters/numbers from the given alternatives:
5 : 100 :: 7 : ?
Match the characteristics with their market structure:
(a) demand will tend to be inelastic(b) Firm has control over quantity of output but it must take into account reactions of competitors
India derives its name from
The name India is originally derived from the name of the river Sindhu (Indus River).
One of the best known tribal rebellions in Bihar, Known as Ulgulan (meaning Great Tumult), was launched by the Mundas under the leadership of:
What plaything was invented by Joe McVicker in 1956?
If the binary equivalent of 5.375 in normalised form is 0100 0000 1010 1100 0000 0000 0000 0000, what would be the output of the following program?
main()
{
float a = 5.375 ;
char *p;
int i;
p = ( char* ) &a ;
for ( i = 0; i <= 3 ; i++ )
printf ( " %02x ", (unsigned char ) p[i] );
}
00 00 AC 40
View answer Workspace Report Error Discuss