Exam 1: Introduction to C Language
Exam 1: Introduction to C Language48 Questions
Exam 2: Managing Io Operations58 Questions
Select questions type
Why do variable names beginning with the underscore is not encouraged?
(Multiple Choice)
4.9/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)
Showing 41 - 48 of 48
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)