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

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

C's increment operator is ____.

(Multiple Choice)
4.7/5
(38)

The ____ format specifier is used to denote a signed decimal integer.

(Multiple Choice)
4.8/5
(39)

C provides three looping mechanisms: the for loop,the while loop,and the ____ loop.

(Multiple Choice)
4.8/5
(35)

Match each item with a statement below. -denotes the beginning of a block of code

(Multiple Choice)
4.8/5
(32)

The word "null" is used to indicate that a function returns no data.

(True/False)
4.8/5
(38)

____ are continuous streams of data.

(Multiple Choice)
4.8/5
(29)

The ____ format specifier is used to denote a floating point number in decimal notation.

(Multiple Choice)
5.0/5
(37)

fgetch()reads a single character from the file and points to it.

(True/False)
4.7/5
(35)

C++ enables function ____________________,which makes the functions respond to more than one set of criteria and conditions.

(Short Answer)
5.0/5
(47)

The ____ scanf()format specifier is used to indicate that scanf()should interpret the input value as a pointer.

(Multiple Choice)
4.8/5
(32)

____ is an example of how you can declare a string in C.

(Multiple Choice)
4.9/5
(30)

Match each item with a statement below. -denotes the beginning of a comment

(Multiple Choice)
4.8/5
(40)

When you represent character data in a program as a character constant,you enclose the character in ____.

(Multiple Choice)
4.9/5
(34)

What is an object?

(Essay)
4.8/5
(36)

The original UNIX operating system was written in ____.

(Multiple Choice)
4.9/5
(36)

Dennis Ritchie and Brian Kernighan rewrote most of UNIX using C++ in the early 1960s.

(True/False)
4.7/5
(31)

The ____ data type occupies a single byte.

(Multiple Choice)
5.0/5
(37)

Provide at least three rules that should be followed when naming variables in C.

(Essay)
4.8/5
(36)

____ is a low-level language that provides maximum access to all the computer's devices,both internal and external.

(Multiple Choice)
4.8/5
(24)

What is a daemon?

(Essay)
4.8/5
(44)
Showing 21 - 40 of 58
close modal

Filters

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