Do you have a picture of the question?
Answer:
c) can be made with a variety of surface finishes.
Explanation:
The missing options are;
When it comes to concrete work in construction, the concrete can be cast either in-situ or in form of pre-cast concrete.
Now in-situ concrete means concrete done on the construction site being built while pre cast concrete simply means concrete cast outside in a factory or yard and brought to site to mount.
These pre cast concrete could have different surface finishes as required as this is one of it's advantages over in situ because there is a lot of space and room to have the desired concrete finish.
a) are typically manufactured on site and then hoisted into place.
b) cannot be fiber-reinforced.
c) can be made with a variety of surface finishes.
d) never include insulation.
e) often are unreinforced.
Answer:
Explanation:
ADT for an 2-D array:
struct array{
int arr[10];
}arrmain[10];
An application that stores an array with 1000 rows and 1000 columns, where less than 10,000 of the array values are non-zero. The two different implementations for such arrays that would be more space efficient than a standard two-dimensional array implementation requiring one million positions are :
1) struct array{
int *p;
}arr[1000];
2) struct array{
int *p;
}arr[1000];
That is too hard but u got that cuz i believe in you!!!