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
|
268
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
|
242
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
|
260
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
|
242
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
|
230
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
|
240
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
|
250
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
|
208
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
|
217
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
|
206
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
|
193
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
|
382
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
|
467
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
|
636
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
|
642
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
|
405
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.2k
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
|
651
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)
|
10.3k
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
|
389
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:108.162.216.109©2016-2025
Recent questions
12,783
questions
183,443
answers
172,219
comments
4,824
users