In a string, the index (position) of the first character is 1.
Answer the following statement true (T) or false (F)
False
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?
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); ```
Some operating systems include drivers for peripheral devices
Indicate whether the statement is true or false
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