answersLogoWhite

0

It is rcc structure which carries the load of super structure to the soil.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is the foundation part of a load bearing column?

The foundation supports the column.


Why is a L provided for column reinforcement in footings?

foundation reinforcement


What is footing?

pad footing is the base of a column that transfers the load to the foundation.


What is neck column in construction?

In construction a column neck is part of the slab foundation. It is put in place to help stabilize the concrete.


What is pad footing?

pad footing is the base of a column that transfers the load to the foundation.


What is the difference between column and pillar?

Column is a member which is designed for taking buckling also in addition to transmit the load to the foundation, where as pillar will not withstand for buckle (slenderness)


If a commercial buildings column is 50meters by 50meters what are the dimensions of the mat foundation?

i belive it would be 100meters high and 50meters left to right


When Excel is installed the default chart type for a PowerPoint slide is what chart?

A column chart.A column chart.A column chart.A column chart.A column chart.A column chart.A column chart.A column chart.A column chart.A column chart.A column chart.


When you insert a column where does it automatically go?

The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.The column will go where the currently selected column is, pushing all columns to the right. So if column D was selected and you inserted a column, column D would become column E and the inserted column would now be column D.


What is a marble plinth?

A marble plinth is a base or platform made of marble that serves as a foundation for a statue, column, or monument. It is often used to elevate and display decorative objects or architectural elements.


What is pile cap formwork?

Pile cap formwork is the formwork built to mold the concrete that binding together the pile or group of piles and the structure supported by the piles such as structure's foundation or column.


How do you remove column from Jtable?

ColumnModel columnModel = table.getColumnModel(); for(Column: columnModel.getColumns()) { Column column = <FIND COLUMN YOU NEED>; } columnModel.removeColumn(column);