Exam 10: Developing Unix-Linux Applications in C and C

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

Variables that are declared inside a function are called ____ variables.

(Multiple Choice)
4.7/5
(32)

____________________ are names given to variables and functions.

(Short Answer)
4.7/5
(33)

The decrement operator is a(n)____ operator.

(Multiple Choice)
4.9/5
(44)

C++ uses -- to denote a comment line.

(True/False)
4.7/5
(31)

____ have special meanings,so you cannot use them as names for variables or functions.

(Multiple Choice)
4.8/5
(25)

A C program consists of separate bodies of code,known as ____________________.

(Short Answer)
4.8/5
(42)

____ is the language in which UNIX was developed and refined.

(Multiple Choice)
4.8/5
(35)

What is the role of a linker program?

(Essay)
4.9/5
(42)

You can use three modifiers with int data types: short,long,and ____.

(Multiple Choice)
4.7/5
(32)

What is a source code file?

(Essay)
4.7/5
(45)

What is the role of a function prototype?

(Essay)
4.8/5
(34)

What is the role of the C preprocessor?

(Essay)
4.7/5
(43)

What is the role of the if statement?

(Essay)
4.7/5
(37)

A(n)____ is a group of characters,such as a name.

(Multiple Choice)
4.8/5
(30)

Match each item with a statement below. -a single byte in which all bits are set to zero

(Multiple Choice)
4.8/5
(34)

Match each item with a statement below. -command for the C compiler in Linux operating systems

(Multiple Choice)
4.8/5
(38)

When you ____________________ a function,you declare the function's name and create the lines of code that make up the function's block of code.

(Short Answer)
4.8/5
(37)

The output of a linker is a(n)____ file.

(Multiple Choice)
4.8/5
(30)
Showing 41 - 58 of 58
close modal

Filters

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