#4

#4

University

15 Qs

quiz-placeholder

Similar activities

C programming-1

C programming-1

University

13 Qs

TECHNICAL C PROGRAM

TECHNICAL C PROGRAM

University

10 Qs

Array in C

Array in C

University

10 Qs

KT giữa kì - NMLT

KT giữa kì - NMLT

10th Grade - University

14 Qs

C Find Output - 1

C Find Output - 1

University

10 Qs

Input And Output in C

Input And Output in C

University

10 Qs

Module 1 - Programming in C

Module 1 - Programming in C

University

15 Qs

CP-String

CP-String

University

18 Qs

#4

#4

Assessment

Quiz

Computers

University

Hard

Created by

S. Pichai

Used 6+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ข้อใดเป็นการกำหนดค่าให้กับตัวแปรชนิด char BTC;

BTC=……;

BTC==A;

BTC=A;

BTC=‘A’;

BTC=“A”;

2.

FILL IN THE BLANK QUESTION

3 mins • 1 pt

void main()

{ int x, y;

float z;

x=20.25;

z=21.45;

y=x+z;

}


y มีค่าเท่ากับ……

3.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

void main()

{ int x;

float z, y;

x=20.25;

z=21.45;

y=x+z;

}


y มีค่าเท่ากับ……

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

อักขระควบคุมการแสดงผลการข้ึนต้นบรรทัดใหม่ คือ…

\n

\t

/t

/n

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ข้อใดเป็นการตั้งชื่อตัวแปรที่ผิด

int target;

int printf;

int first;

int operand;

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ข้อใดคือรูปแบบของคำสั่ง printf ที่ถูกต้อง

printf (Hello World);

printf ("Hello World");

printf <"Hello World">;

printf "Hello World";

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ข้อใดเป็นการเขียนคำสั่ง printf ที่ถูกต้อง

printf ("GPA : %.2f",3.5);

printf (GPA : %.2f,3.5);

printf ("GPA : .2f",3.5);

printf "GPA : %.2f",3.5;

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?