Computer Science, asked by akshu1994, 2 months ago

We can fill textures by selecting the _ option​

Answers

Answered by Anonymous
2

Answer:

Click the Background Styles button, and then click Format Background. Click the Picture or texture fill option to display the available fill effects. Click the Texture button, and select a texture, or click File, Clipboard, or Online, and select a picture.

Answered by Anonymous
3

The general syntax for a struct declaration in C is: struct tag_name { type member1; type member2; /* declare as many members as desired, but the entire structure size must be known to the compiler. */ }; Here tag_name is optional in some contexts.

Similar questions