Exam 1: Introduction to C Language

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

Which of the following declaration is illegal?

(Multiple Choice)
4.9/5
(38)

Why do variable names beginning with the underscore is not encouraged?

(Multiple Choice)
4.9/5
(36)

Which of the following is not a valid C variable name?

(Multiple Choice)
4.8/5
(36)

Comment on the following statement n = 1; printf("%d, %dn", 3*n, n++);

(Multiple Choice)
4.9/5
(31)

What will be the value of the following assignment expression? (x = foo())!= 1 considering foo() returns 2

(Multiple Choice)
4.8/5
(31)

Which is correct representation of C statement? e = a * b + c / d * f;

(Multiple Choice)
4.8/5
(37)

Which keyword is used to prevent any changes in the variable within a C program?

(Multiple Choice)
4.9/5
(32)

enum types are processed by _________

(Multiple Choice)
4.9/5
(40)
Showing 41 - 48 of 48
close modal

Filters

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