Answer:
Since the question expect us to declare a C-string, the solution code is written in C as follows:
- char ssn[9];
- scanf("%s",ssn);
Explanation:
A C-String is a string written in C language. It is an array of characters. To declare a C-string, we use the keyword, <em>char </em>and then followed with the variable name + brackets and the number of characters in the string. For example, we can create a C-String for the SSN number as in Line 1.
To read standard input into the array, we can use C built-in function, <em>scanf(). </em>Just include a string placeholder, %s, and the variable<em> ssn </em>as arguments to <em>scanf()</em>. This will assign the string input by user to variable <em>ssn</em> as C-String.
The correct answer is A. Only technician B is correct because I don't believe carbon is form of resistors.
Answer:
binary,decimal, hexadecimal and octal number system
The option that is true is option C: Jabez created a shared folder that is accessible to remote servers in the collection.
<h3>What are servers?</h3>
A server is known to be a form a computer program or device that helps to give a service to a given computer program and its user.
Note that in the case above, The option that is true is option C: Jabez created a shared folder that is accessible to remote servers in the collection.
Learn more about servers from
brainly.com/question/17062016
#SPJ1