PRF192 - Review

PRF192 - Review

University

12 Qs

quiz-placeholder

Similar activities

CSC126 Quick Exercise 3-1

CSC126 Quick Exercise 3-1

University

13 Qs

Java Arrays

Java Arrays

5th Grade - University

10 Qs

IT203 Java Unit4 Post Test

IT203 Java Unit4 Post Test

University

10 Qs

HTML PHP C++

HTML PHP C++

University

10 Qs

Technoquiz..3

Technoquiz..3

University

15 Qs

C Programming Concepts

C Programming Concepts

University

13 Qs

Data Structure 1

Data Structure 1

University

10 Qs

TPC-CONTROL 01

TPC-CONTROL 01

University

10 Qs

PRF192 - Review

PRF192 - Review

Assessment

Quiz

Other

University

Hard

Created by

Phạm Văn Dương 20202652M

Used 27+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid variable name declaration?

int __a3;

int __3a;

int __A3;

None of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do variable names beginning with the underscore is not encouraged?

It is not standardized

To avoid conflicts since assemblers and loaders use such names

To avoid conflicts since library routines use such names

To avoid conflicts with environment variables of an operating system

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is valid C expression?

int my_num = 100,000;

int my_num = 100000;

int my num = 1000;

int $my_num = 10000;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Compile time error

Hello World! 34

Hello World! 1000

Hello World! followed by a junk value

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following C code?

The compiler will flag an error

The program will compile and print the output 5

The program will compile and print the ASCII value of 5

The program will compile and print FAIL for 5 times

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of an int data type?

4 Bytes

8 Bytes

Depends on the system/compiler

Cannot be determined

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

p and q are 4 and 4

p and q are 4 and 8

compiler error

p and q are 2 and 8

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?