Toggle navigation
Courses
Questions
Tags
Users
Recent questions
Recent
Hot!
Most votes
Most answers
Most views
Recent
Hot!
Most votes
Most answers
Most views
3
like
0
dislike
0
answers
What is the output (#1) ?
[Normal]
Essay (Open question)
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21756 -
Available when:
Unlimited
-
Due to:
Unlimited
|
221
views
basic
essay
input
output
3
like
0
dislike
0
answers
Some basic concept(1)
[Normal]
Fill in the blank
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21755 -
Available when:
Unlimited
-
Due to:
Unlimited
|
184
views
basic
fillblank
3
like
0
dislike
0
answers
Some basic concept(2)
[Normal]
Fill in the blank
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21754 -
Available when:
Unlimited
-
Due to:
Unlimited
|
212
views
basic
fillblank
3
like
0
dislike
0
answers
Some basic concept(3)
[Normal]
Fill in the blank
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21753 -
Available when:
Unlimited
-
Due to:
Unlimited
|
192
views
fillblank
basic
3
like
0
dislike
0
answers
Some basic concept(4)
[Normal]
Fill in the blank
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21752 -
Available when:
Unlimited
-
Due to:
Unlimited
|
182
views
basic
fillblank
3
like
0
dislike
0
answers
Some basic concept(5)
[Normal]
Fill in the blank
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21751 -
Available when:
Unlimited
-
Due to:
Unlimited
|
180
views
basic
fillblank
3
like
0
dislike
0
answers
Some basic concept(6)
[Normal]
Fill in the blank
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21750 -
Available when:
Unlimited
-
Due to:
Unlimited
|
194
views
basic
fillblank
3
like
0
dislike
0
answers
Some basic concept(7)
[Normal]
Fill in the blank
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21749 -
Available when:
Unlimited
-
Due to:
Unlimited
|
169
views
basic
fillblank
3
like
0
dislike
0
answers
Some basic concept(7)
[Normal]
Fill in the blank
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21748 -
Available when:
Unlimited
-
Due to:
Unlimited
|
174
views
basic
fillblank
3
like
0
dislike
0
answers
Some basic concept(8)
[Normal]
Fill in the blank
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21747 -
Available when:
Unlimited
-
Due to:
Unlimited
|
162
views
basic
fillblank
3
like
0
dislike
0
answers
Some basic concept(9)
[Normal]
Fill in the blank
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21746 -
Available when:
1899-12-31 00:00:00
-
Due to:
Unlimited
|
147
views
basic
fillblank
3
like
0
dislike
0
answers
The following line "puts( "Welcome to C!" );" is most properly an example of a...?
[Normal]
Multichoice
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21745 -
Available when:
Unlimited
-
Due to:
Unlimited
|
270
views
basic
multi-choice
3
like
0
dislike
0
answers
Which of the following is not a synonym for a C string?
[Normal]
Multichoice
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21744 -
Available when:
Unlimited
-
Due to:
Unlimited
|
379
views
basic
multi-choice
3
like
0
dislike
0
answers
The pair of braces that delineate the body of main and the portion of the program between these braces is called a...?
[Normal]
Multichoice
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21743 -
Available when:
Unlimited
-
Due to:
Unlimited
|
546
views
basic
multi-choice
3
like
0
dislike
0
answers
In the line "int main()" the parentheses indicate that main is a program building block called a...?
[Normal]
Multichoice
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21742 -
Available when:
Unlimited
-
Due to:
Unlimited
|
576
views
basic
multi-choice
3
like
0
dislike
0
answers
Which of the following statements about the inclusion of <stdio.h> is false?
[Normal]
Multichoice
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21741 -
Available when:
Unlimited
-
Due to:
Unlimited
|
331
views
basic
multi-choice
3
like
0
dislike
0
answers
Lines beginning with a # are processed...?
[Normal]
Multichoice
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21740 -
Available when:
Unlimited
-
Due to:
Unlimited
|
1.1k
views
basic
multi-choice
3
like
0
dislike
0
answers
Which statement about comments is false?
[Normal]
Multichoice
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21739 -
Available when:
Unlimited
-
Due to:
Unlimited
|
592
views
multi-choice
basic
3
like
0
dislike
88
answers
Which of the following is not a valid escape sequence?
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
|
9.1k
views
basic
multi-choice
3
like
0
dislike
0
answers
Every statement in C must end with a ....?
[Normal]
Multichoice
-
asked
Jan 18, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21737 -
Available when:
Unlimited
-
Due to:
Unlimited
|
312
views
basic
multi-choice
Page:
« prev
1
...
610
611
612
613
614
615
616
...
640
next »
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English
中文
Tiếng Việt
IP:172.70.178.218©2016-2024
Recent questions
12,783
questions
183,443
answers
172,219
comments
4,824
users