In a string, the index (position) of the first character is 1.

Answer the following statement true (T) or false (F)


False

Computer Science & Information Technology

You might also like to view...

If you had a choice between DSL and cable modem, which would provide the highest potential data rate?

What will be an ideal response?

Computer Science & Information Technology

Complete the code fragment below so that it displays on the same line the first alphabetic letter in str and the last digit in str. You may assume that str contains at least one alphabetic letter and at least one digit.

``` int fst_let, last_dig; /* positions of first letter, last digit */ char str[30]; int i; printf("Enter a string> "); scanf("%s", str); ```

Computer Science & Information Technology

Some operating systems include drivers for peripheral devices

Indicate whether the statement is true or false

Computer Science & Information Technology

The third normal form requires that the table has to be free of transitive dependencies and that the table satisfies both 1NF and 2NF

Indicate whether the statement is true or false

Computer Science & Information Technology