แบบทบทวนก่อนเรียน ภาษา C + pointer basic

แบบทบทวนก่อนเรียน ภาษา C + pointer basic

6th - 8th Grade

12 Qs

quiz-placeholder

Similar activities

python หน่วยที่1

python หน่วยที่1

7th Grade

15 Qs

ข้อสอบ python เบื้องต้น

ข้อสอบ python เบื้องต้น

7th Grade

10 Qs

python

python

7th Grade

10 Qs

4--ข้อสอบ ภาษาไพทอน ม.1

4--ข้อสอบ ภาษาไพทอน ม.1

7th Grade

10 Qs

Python

Python

6th Grade - University

15 Qs

แบบทดสอบที่ 5 เรื่องการรับค่าในภาษาไพทอน (รายกลุ่ม)

แบบทดสอบที่ 5 เรื่องการรับค่าในภาษาไพทอน (รายกลุ่ม)

7th Grade - University

10 Qs

main.cpp

main.cpp

7th - 12th Grade

16 Qs

ภาษา Python

ภาษา Python

7th Grade

10 Qs

แบบทบทวนก่อนเรียน ภาษา C + pointer basic

แบบทบทวนก่อนเรียน ภาษา C + pointer basic

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

ธนาวัฒน์ บุญเอื้อ

Used 18+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใด ประกาศคำสั่ง include ได้ถูกต้อง

#include <stdio.h>

#include <stdioh>

#include <stdio>

#include <sth>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อมด เป็นคำสั่งเเสดงผลออก

pint

print

prinf

printf

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดเป็นการประกาศ ฟังก์ชั่น main ได้ถูกต้อง

int main(){

return 0;

{

int main(){

return 0;

}

intmain(){

return0;

}

main(){

return 0;

}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ตัวแปรพอยต์เตอร์เก็บค่าข้อมูล ใข้อใด

ชนิดตัวแปร

ค่าของตัวแปร

ตำเเหน่งที่อยู่ของข้อมูล

ชื่อตัวแปร

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใด ประกาศตัวแปรพอยต์เตอร์ เพื่อชี้ไปค่าที่เป็น จำนวนเต็ม ได้ถูกต้อง

int *ptr;

int ptr*;

int ptr;

char prt;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใด คือ การกำหนดให้ตัวแปรพอยต์ x เก็บค่าที่อยู่ของข้อมูลของตัวแปร y ได้อย่างถูกต้อง

x = &y;

&x = &y;

*x = &y;

x = *y;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใด คือหน้าที่ของคำสั่ง \n

ขึ้นบรรทัดใหม่

ลบข้อมูลตัวสุดท้าย

เเสดงค่าข้อมูล

เเสดงข้อมูล n

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?