C language

C language

University

58 Qs

quiz-placeholder

Similar activities

KHTN 6 - TRẮC NGHIỆM CUỐI HKI

KHTN 6 - TRẮC NGHIỆM CUỐI HKI

6th Grade - University

60 Qs

compprog reviewer

compprog reviewer

University

60 Qs

CS8392 - Object Oriented Programming - Unit 1

CS8392 - Object Oriented Programming - Unit 1

University

63 Qs

Preparing for MTA Certification

Preparing for MTA Certification

KG - University

60 Qs

Dasar Pemrograman

Dasar Pemrograman

University

60 Qs

Phân loại thực vật

Phân loại thực vật

University

62 Qs

Ôn Tập CUỐI KÌ I Tin 8

Ôn Tập CUỐI KÌ I Tin 8

8th Grade - University

54 Qs

Evaluación teórica Base de Datos 7ºU 2025

Evaluación teórica Base de Datos 7ºU 2025

12th Grade - University

60 Qs

C language

C language

Assessment

Quiz

Computers, Science

University

Practice Problem

Hard

Used 47+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

58 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Ngôn ngữ lập trình được Denish đưa ra vào năm nào

1967

1972

1970

1976

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Giả sử a và b là hai số thực. Biểu thức nào dưới đây là không được phép theo cú pháp của ngôn ngữ lập trình

a/=b

a>>=b

a-=b

a*=b

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Xâu định dạng nào dưới đây dùng để in ra một số nguyên hệ 16

%d

%x

%u

%o

Answer explanation

%d %i hệ 10

%o hệ 8 không dấu (oct)

%u hệ 10 không dấu (unsigned)

%x,%X hệ 16 (hexa)

%g 1.230000 = 1.23

%p địa chỉ

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

định dạng nào dưới đây dùng để in ra một số thực có độ chính xác kép

%u

%e

%o

%p

Answer explanation

Dộ chính xác kép

%e 150.3 = 1.503e+02

%E 150.3 = 1.503E+02

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Cho a=3, b=2. Biến c=(a<<=b) sẽ có giá trị nào dưới đây

c=9

c=12

c=8

c=6

Answer explanation

phép dịch bit

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Trong các hàm sau, hàm nào là hàm không định dạng để in một chuỗi kí tự ra màn hình

puts()

gets()

printf()

scanf

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Kiểu dữ liệu float có thể xử lí dữ liệu trong phạm vi nào

3.4*10-38 đến 3.4*1038

-32768 đến 32767

-128 đến 127

0 đến 65535

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?