The basic type conversion ranking in C is:
A. Boolean to character to integer to real
B. Real to integer to character to Boolean
C. Character to Boolean to integer to real
D. Real to integer to Boolean to character
E. Character to integer to real
Answer: A
Computer Science & Information Technology
You might also like to view...
Pseudocode commands:
a. Are always capitalized b. Never use the assignment statement. c. Use variable names with embedded blank spaces. d. Do not end. e. None of the above.
Computer Science & Information Technology
All of the following are true for both recursion and iteration except ________.
a. they have a base case. b. they can cause infinite loops or infinite recursion. c. they are based on a control statement. d. both gradually approach termination.
Computer Science & Information Technology