Exam 1: Introduction to C Language

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

function tolower(c) defined in library works for ___________

Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
Verified

D

Which of the following is a User-defined data type?

Free
(Multiple Choice)
5.0/5
(34)
Correct Answer:
Verified

D

Which type of conversion is NOT accepted?

Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
Verified

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)

Relational operators cannot be used on ____________

(Multiple Choice)
5.0/5
(42)

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)

Which of the following statement is false?

(Multiple Choice)
4.8/5
(48)

What is the scope of a function?

(Multiple Choice)
4.8/5
(41)

In expression i = g() + f(), first function called depends on __________

(Multiple Choice)
4.9/5
(43)

What is short int in C programming?

(Multiple Choice)
4.8/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 scope of an external variable?

(Multiple Choice)
4.8/5
(43)

What is the result of logical or relational expression in C?

(Multiple Choice)
4.8/5
(37)

Which of the following statement is false?

(Multiple Choice)
4.8/5
(53)

What is the size of an int data type?

(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)

All keywords in C are in ____________

(Multiple Choice)
4.8/5
(43)
Showing 1 - 20 of 48
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)