ข้อใดประกาศตัวแปรได้ถูกต้อง
พื้นฐานการเขียนโปรแกรมภาษา C

Quiz
•
Computers
•
2nd Grade
•
Hard

erawan dampupha
Used 62+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int x=y;
char x="A";
long x=500000;
float x=4;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
char name[20]; "จากข้อความดังกล่าว จะเขียนการรับค่าทางแป้นพิมพ์อย่างไร"
scanf("%s",name);
scanf("%s",&name);
scanf("%c",name);
scanf("%c",&name);
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
การประกาศชนิดตัวแปร int กับ long ต่างกันอย่างไร
int เป็นจำนวนเต็มที่มีค่าน้อยกว่า long
int เป็นจำนวนเต็ม long เป็นทศนิยม
int ใช้กับตัวอักษร long ใช้กับตัวเลข
เหมือนกันใช้เลือกใช้อะไรก็ได้
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int i=2;
while(i<=10)
{
printf("%d",i);
i=i+3;
}
จากโจทย์แสดงตัวเลขใด
2 5 8
2 5 8 11
2 5 7 9
2 5 7 9 12
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ข้อใดกล่าวถึง else ไม่ถูกต้อง
เงื่อนไขสุดท้าย
เงื่อนไขที่เหลือที่ไม่จริงทั้งหมด
เงื่อนไขที่เป็นจริงเท่านั้น
เงื่อนไขปฏิเสธ
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ข้อใดจับคู่ชนิดของตัวแปรและการเก็บข้อมูล ไม่ถูกต้อง
float กับ %f
int กับ %s
long กับ %ld
char กับ %c
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int x=5;
do
{
printf("%d",&x);
x++;
}
while(x<=50);
จากโจทย์ผิดจุดใด
เปลี่ยน int เป็น float
บรรทัด while ต้องไม่มี ;
ตัด & บรรทัด printf
x++ ต้องไม่มี
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
แบบทดสอบหลังเรียน เรื่อง การแก้ปัญหาโดยใช้เหตุผลเชิงตรรกะ

Quiz
•
1st - 5th Grade
10 questions
แบบทดสอบหลังเรียนหน่วยที่ 2 เรื่องที่ 1 ออกแบบโปรแกรม

Quiz
•
1st - 5th Grade
10 questions
Scratch

Quiz
•
1st - 5th Grade
10 questions
แบบทดสอบหลังเรียนเรื่อง การเขียนโปรแกรมโดยใช้เหตุผลเชิงตรรกะ

Quiz
•
1st - 5th Grade
10 questions
ผังงานโปรแกรม การเขียนโปรแกรมกราฟิกโหมด

Quiz
•
1st - 5th Grade
20 questions
ข้อสอบวิชาวิทยาการคำนวณ มัธยมศึกษาปีที่ 2

Quiz
•
2nd Grade
10 questions
หน่วยที่ 2 การเขียนโปรแกรมเพื่อแก้ปัญหา ป 6

Quiz
•
1st - 12th Grade
15 questions
แบบทดสอบการแก้ปัญหา

Quiz
•
1st - 3rd Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade