Exam 1: Introduction to C Language
Exam 1: Introduction to C Language48 Questions
Exam 2: Managing Io Operations58 Questions
Select questions type
function tolower(c) defined in library works for ___________
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
D
Which of the following is a User-defined data type?
Free
(Multiple Choice)
5.0/5
(34)
Correct Answer:
D
Which type of conversion is NOT accepted?
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
B
Which of the following type-casting have chances for wrap around?
(Multiple Choice)
4.8/5
(30)
Operation "a = a * b + a" can also be written as ___________
(Multiple Choice)
4.8/5
(37)
The format identifier '%i' is also used for _____ data type.
(Multiple Choice)
4.8/5
(32)
What will be the final value of c in the following C statement? (Initial value: c = 2) c <<= 1;
(Multiple Choice)
4.7/5
(34)
In expression i = g() + f(), first function called depends on __________
(Multiple Choice)
4.9/5
(43)
What is the precedence of arithmetic operators (from highest to lowest)?
(Multiple Choice)
5.0/5
(34)
Which among the following are the fundamental arithmetic operators, i.e, performing the desired operation can be done using that operator only?
(Multiple Choice)
4.9/5
(30)
What is the result of logical or relational expression in C?
(Multiple Choice)
4.8/5
(37)
Do logical operators in the C language are evaluated with the short circuit?
(Multiple Choice)
4.9/5
(37)
Showing 1 - 20 of 48
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)