What is alignment?

What will be an ideal response?

People perceive items that appear along a virtual line as being related. Using indentation to show hierarchy is an instance of using alignment.

Computer Science & Information Technology

You might also like to view...

The character spacing options are found in the Font dialog box

Indicate whether the statement is true or false

Computer Science & Information Technology

Discuss the similarities and difference between the two declaration/initializations:

``` a) char s1[] = “abc”; b) char s2[] = {‘a’, ‘b’, ‘c’}; ```

Computer Science & Information Technology