Although programs written in C are mostly independent of hardware for computers,
ID: 3918032 • Letter: A
Question
Although programs written in C are mostly independent of hardware for computers, there is no way to make a program written in C a portable program.
True
False
5.00000 points
QUESTION 12
Every function should be preceded by a ____________ so you can describe the purpose of the function.
pre-function
comment
phrase
dictation
5.00000 points
QUESTION 13
Arrays are data structures consisting of related data items of different types.
True
False
5.00000 points
QUESTION 14
An array name, like other variable names, can contain only letters, digits and underscores. It can also begin with a digit.
True
False
5.00000 points
QUESTION 15
Arrays may contain pointers.
True
False
5.00000 points
QUESTION 16
Structures are always passed by value.
True
False
5.00000 points
QUESTION 17
The ________ statement body may be a single statement or a compound statement.
functional
while
main
if
5.00000 points
QUESTION 18
If the condition of an IF statement is false, the body of the condition statement is not executed.
True
False
5.00000 points
QUESTION 19
A(n) _____ is a sequence of characters separated by delimiters
SeriesList
token
array
series
5.00000 points
QUESTION 20
If the condition of an IF statement is false, the body of the condition statement is executed.
True
False
C++ questions
pre-function
comment
phrase
dictation
Explanation / Answer
Although programs written in C are mostly independent of hardware for computers, there is no way to make a program written in C a portable program.
True
False
Every function should be preceded by a ____________ so you can describe the purpose of the function.
pre-function
comment
phrase
dictation
QUESTION 13
Arrays are data structures consisting of related data items of different types.
True
False
QUESTION 14
An array name, like other variable names, can contain only letters, digits and underscores. It can also begin with a digit.
True
False : Array names cannot begin with a digit.
QUESTION 15
Arrays may contain pointers.
True
False
QUESTION 16
Structures are always passed by value.
True : Unlike objects, which are always passed by reference, structures are commonly passed by value.
False
QUESTION 17
The ________ statement body may be a single statement or a compound statement.
functional
while
main
if
QUESTION 18
If the condition of an IF statement is false, the body of the condition statement is not executed.
True: IF THE CONDITION IS FALSE, then condition statement won't be executed
False
QUESTION 19
A(n) ___Token__ is a sequence of characters separated by delimiters
SeriesList
token
array
series
QUESTION 20
If the condition of an IF statement is false, the body of the condition statement is executed.
True
False : IF THE CONDITION IS FALSE, then condition statement wont be executed
Thanks, Answer are written in BOLD
pre-function
comment
phrase
dictation
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.