For m25 1:1:2 How to get the quantities of cement,sand,agg for 1cu.mt. thnks in advnce
What is quantity of Cement and Sand required for the 1 cum brick masonry with 1:6 Ratio cement mortar.
What is the difference between 53 grade and 43 grade cement
Post New RPP Infra Projects Interview Questions
How to use
923
What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }
3344
What is a c token and types of c tokens?
1069
What are the principles of software testing?
1139
What are the contents of hibernate configuration file ( hibernate.cfg.xml )?
354
What is Composite Structure Diagram in UML?
973
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
2632
company accounts introduction?
2683
Explain the scope of the variables using dim, public, and private keywords respectively.
1158
What are the two types of framework manager?
1336
What is module in project?
960
TELL ME ABOUT THE WAREHOUSING NORMS
2839
Name a sulphur containing amino acid.
1030
How can we make a executable file with python script?
869
What are the differences between Array and ArrayBuffer in Scala?
7