CSC 230 Test 2 Exam Questions Correctly Answered.
CSC 230 Test 2 Exam Questions Correctly Answered. errno.h - CORRECT ANSWER Error codes reported by library functions and the OS ~ - CORRECT ANSWER bitwise complement, unary bitwise operator, works across all bits: x = ~x = & - CORRECT ANSWER bitwise and, binary bitwise operator, takes 2 arguments 0110 & 1100 = 0100 ^ - CORRECT ANSWER bitwise exclusive OR, binary bitwise operator, takes 2 arguments: 0110 ^ 1100 = 1010 | - CORRECT ANSWER bitwise inclusive OR, binary bitwise operator, takes 2 arguments: 0110 | 1100 = 1110 ctype.h - CORRECT ANSWER Classify character types, convert uppercase ß à lowercase math.h - CORRECT ANSWER Common mathematical constants and functions stdarg.h - CORRECT ANSWER Working with variable numbers of arguments, like printf() does.
Written for
- Institution
-
Liberty University
- Course
-
CSCN 230
Document information
- Uploaded on
- July 4, 2024
- Number of pages
- 2
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
- cscn 230
-
csc 230 test 2 exam questions correctly answered
Also available in package deal