Run the following Program 12.5 and answer the following questions. [Laksanakan Program 12.5 berikut dan jawab soalan-soalan berikut.] //Program 12 5

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%
4.
Run the following Program 12.5 and answer the following questions.
[Laksanakan Program 12.5 berikut dan jawab soalan-soalan berikut.]
//Program 12.5
#include <stdio.h>
1
3
#include <conio.h>
4
int main()
{
int i, x[6], y[6]
for (i
x[i] = y[i];
for (i = 0; i <= 5; i = i + 1)
printf ("%d", x[i]);
getch();
return 0;
{3, 8, 2, 9, 4, 1};
0; i <= 5; i = i + 1)
10
%3D
11
12
13
14
i.
What are the names of the arrays?
[Apakah nama-nama tatasusunan tersebut?]
ii.
Which array is initialized during its declaration?
[Tatasusunan manakah yang dinilaiawalkan semasa penakrifan?]
iii.
Which array is assigned values in a loop?
[Tatasusunan manakah yang mengumpukkan nilai di dalam gelung?]
iv.
Determine the output if statement in line 9 is changed with x[i] =
y[i] + 1.
[Tentukan output jika pernyataan pada baris 9 ditukarkan kepada
x[i] = y[i] + 1.]
Determine the output if statement in line 9 is changed with x[i] =
y[5 - i].
[Tentukan output jika pernyataan pada baris 9 ditukarkan kepada
x[i] = y[5 - i].]
V.
67
Transcribed Image Text:4. Run the following Program 12.5 and answer the following questions. [Laksanakan Program 12.5 berikut dan jawab soalan-soalan berikut.] //Program 12.5 #include <stdio.h> 1 3 #include <conio.h> 4 int main() { int i, x[6], y[6] for (i x[i] = y[i]; for (i = 0; i <= 5; i = i + 1) printf ("%d", x[i]); getch(); return 0; {3, 8, 2, 9, 4, 1}; 0; i <= 5; i = i + 1) 10 %3D 11 12 13 14 i. What are the names of the arrays? [Apakah nama-nama tatasusunan tersebut?] ii. Which array is initialized during its declaration? [Tatasusunan manakah yang dinilaiawalkan semasa penakrifan?] iii. Which array is assigned values in a loop? [Tatasusunan manakah yang mengumpukkan nilai di dalam gelung?] iv. Determine the output if statement in line 9 is changed with x[i] = y[i] + 1. [Tentukan output jika pernyataan pada baris 9 ditukarkan kepada x[i] = y[i] + 1.] Determine the output if statement in line 9 is changed with x[i] = y[5 - i]. [Tentukan output jika pernyataan pada baris 9 ditukarkan kepada x[i] = y[5 - i].] V. 67
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Problems on Dynamic Programming
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education