PRF192

Quiz
•
Fun
•
KG
•
Medium
Duy Phong chuyên toán
Used 31+ times
FREE Resource
55 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the proper declaration of a string named str which stores the value "Melodies"
char str[7]="Melodies";
char str[9]= 'Melodies';
char str[]=Melodies;
char str[]="Melodies";
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What can NOT be included in the variable name in C?
Digits
Underscore (_)
Letters
Dash (-)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following variable names are NOT valid?
go_cart
go4it
4season
run4
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the followings can be passed to the functions?
Data type
Loop
Value
Operator
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the followings is TRUE about array
An array is data type, which represents different types of data within a single group.
An array is group of elements, which are of the same size and data type and have the same name.
Array bound specifies the minimum size of data that can be stored.
An array is special variable which contains the address of the memory location of the another variable.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose age is an integer variable. Select correct statements which declare a pointer of type integer and assign an address of the variable age to it.
*int p; p = &age;
int *p; p = &age;
int *p; p = age;
int p*; p = &age;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Function strlen() is for finding the number of characters in a string
True
False
Create a free account and access millions of resources
Similar Resources on Wayground
59 questions
Supervillians & Logos

Quiz
•
6th - 9th Grade
50 questions
Nickelodeon Shows

Quiz
•
4th - 12th Grade
55 questions
Ôn tập KSTA test 1

Quiz
•
4th - 5th Grade
57 questions
fun songs

Quiz
•
2nd Grade
55 questions
Disney finish the lyrics

Quiz
•
KG
50 questions
Monuments of India

Quiz
•
7th Grade
52 questions
GEAS CHAPTER 6 2

Quiz
•
KG
60 questions
Sports Rules

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade