PRF192 C Programming

PRF192 C Programming

University

13 Qs

quiz-placeholder

Similar activities

C programming-1

C programming-1

University

13 Qs

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

A3 IIB - Estructuras Condicionales I

A3 IIB - Estructuras Condicionales I

10th Grade - University

10 Qs

TECHNICAL C PROGRAM

TECHNICAL C PROGRAM

University

10 Qs

Tie Round

Tie Round

University

15 Qs

Topic2: If method

Topic2: If method

University

10 Qs

Code Craft : Java & Web Quiz"

Code Craft : Java & Web Quiz"

University

15 Qs

CSC301 Chapter 2

CSC301 Chapter 2

University

10 Qs

PRF192 C Programming

PRF192 C Programming

Assessment

Quiz

Computers

University

Easy

Created by

Đỗ Nga

Used 9+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When a variable is created in C, a memory address is assigned to the variable.
True
False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In C, code statements must end with a semicolon (;)
True
False

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How can you create a variable with the numeric value 5?
num = 5;
val num = 5;
val num = 5;
int num = 5;

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How can you create a variable with the floating number 2.3?
num = 2.3 float;
float num = 2.3;
num = 2.3 double;
val num = 2.3;

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which operator is used to add together two values?
The * sign
The + sign
The ADD keyword
The & sign

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which function is often used to output values and print text?
output()
printf()
write()
printword()

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which format specifier is often used to print integers?
%f
%d
%c
%s

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?