OS with C programming

Quiz
•
Computers
•
University
•
Medium
Saksit Sirisakda
Used 14+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ฟังก์ชันใน stdio.h ของภาษาซี ที่ใช้ในการแสดงผล
print();
printf();
prinf();
pinf();
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
ข้อใดแสดงผลลัพธ์คำว่า Hello OS ออกมา
printf(Hello OS);
printf('Hello OS');
printf("Hello OS");
printf(Hello OS)
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
ฟังก์ชันใน stdio.h ของภาษาซี ที่ใช้ในการรับค่าจากทางแป้นพิมพ์ผู้ใช้
scanf();
read();
in();
input();
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
รับค่าจำนวนเต็มใส่ให้ตัวแปรชื่อ number ยังไง
scanf("%d", &number)
scanf("%f", &number)
scanf("%s", &number)
scanf("%c", &number)
Answer explanation
เราใส่ & เพื่อบอกว่าเอาที่อยู่หน่วยความจำ (memory address) ของตัวแปรตัวนั้น
สำหรับตัวแปรอาร์เรย์ ไม่ต้องใส่ เพราะตัวมันเก็บ memory address ของสมาชิกตัวแรกไว้อยู่แล้ว
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
%s ใช้บ่งบอกชนิดของค่าที่เป็นอักขระ (Character)
จริง
หลอก
Answer explanation
%s คือ ข้อความ
%c คือ อักขระ
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
ค่าชนิดสตริง (Type of string) ในภาษาซี โดยพื้นฐานแล้วไม่มี
จริง
หลอก
Answer explanation
เราสามารถสร้างสายอักขระ (String) ได้จากการสร้างอาร์เรย์ของอักขระแทน
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
ประกาศตัวแปรสตริง ทำอย่างไร
char a = "Hello";
char a[ ] = 'Hello';
string a = "Hello";
char a[ ] = "Hello";
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Basics Of C Programming

Quiz
•
University
12 questions
C/C++ C Function

Quiz
•
University
13 questions
Python Reflect

Quiz
•
8th Grade - University
17 questions
Python Loops

Quiz
•
University
15 questions
Coding club Summit Online Quiz

Quiz
•
University
10 questions
C - Pointers

Quiz
•
University
8 questions
Unit 2 : Operators

Quiz
•
University
8 questions
ภาษาซี เบื้องต้น

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade