what is the quantity of formwork in shuttering and barbending is done by 1 mason and 1 helper
4 24767how to estimate man power for estimating the time required for completion of a project in terms of carpenters,barbenders,masons for block work ,masons for plasteing ,unskilled labour, painters, tiles masons,plumbers and electricians for medium and high rise constructions and independent villa projects.
3778kindly mail me by attaching files , formats for quality checks of common building materials like cement , concrete , bricks , sand and aggregates plz send my email id- VMANDAL91@gmail.com
1852Post New CPWD Interview Questions
What happens if one hadoop client renames a file or a directory containing this file while another client is still writing into it?
How does .net remoting work?
what is leave to TRANSACTION?
Explain about ruby code blocks?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is “transfer record” in profile?
How do I turn on windows defender antivirus?
Explain split() and join() function.
how long does it take to load a million records into an infocube from an r/3 system?
What is a formula on excel?
Explain stub in testing point of view?
What is a shell?
Explain what is recurring entries and why are they used?
What is the major difference between context parameter and context attribute?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.