A solution is prepared by mixing two solutions with sprit 20% & 60%. In what ratio they should be mixed to get the 50% sprit in resultant solution?
1:3
A=2
Latest Answer: The value is 4 ...
'a' number of persons work daily 'b' hours to produce 'c' items. If 'd' persons walks away from the group what will be the number of hours to produce 'c' items?
(ab/(a-d))
1
Latest Answer: axy/2 in terms of x and yor a(m+n)/mn in terms of m and n ...
The diameter of circle can be determined fromA. area.B. circumference.C. both A and BD. None of these
C
Latest Answer: ANSWER:5+2=75*2=10THEN NUMBERS ARE 2,5 ...
Output of the following program ismain(){int i=0;for(i=0;i<20;i++){switch(i){case 0:i+=5;case 1:i+=2;case 5:i+=5;default:i+=4;break;}}}A. 5,9,13,17B. 12,17,22C. 16,21D. syntax error.
What will be the result of the following program?char*g(){static charx[1024];return x;}main(){char*g1="FirstString";strcpy(g(),g1);g1=g();strcpy(g1,"SecondString");printf("Answeris:%s", g());}A. Answer is: First StringB. Answer is: Second StringC. Run time Error/Core DumpD. None of these
Latest Answer: It depends...there are so many GUI tools out in the marketplace nowadays that the answer varies but in the end, the Oracle database only understands SQL.For example, I could use MS Access or even MS Excel with an ODBC connection to the Oracle database. ...
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top