What is the input value to the sizeof operator? What does the sizeof operator return to the programmer?
What will be an ideal response?
The sizeof operator requires either a data type or a variable name as input. It returns the number of bytes that are reserved for that input.
You might also like to view...
Answer the following statements true (T) or false (F)
1. Programs should be designed to avoid looping if possible. 2. The IF THEN ELSE control structure is the simplest control structure but it is rarely used. 3. An infinite loop is an error condition. 4. A program must be designed to handle either valid or invalid data, but not both. 5. If unit testing is done thoroughly, system testing can be reduced or eliminated.
This is a form of ISDN that generally is carried over a T1 line and can provide transmission rates of up to 1.544 Mbps.
What will be an ideal response?