//Question 1 #include #include #include int main( int argc, char* argv[]) char array0[] = "hello?"; char array1[] = "HELLO!"; //01: what index should array1 access? //Q2: what should come in front of the element // fetched to make the string print? printf("%s\n", _Q1_(array1[_Q0_1) ); return 0; //THIS CODE SHOULD PRINT OUT "hello?" ONCE THE CODE IS FIXEDS

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

The questions are the comments in the code (example: //Q1 is question 1)

//Question 1
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
int main ( int argc, char* argv[])
char array0 []
char array1[]
"hello?";
%3D
"HELLO!";
//01: what index should arrayl access?
//Q2: what should come in front of the element
//
fetched to make the string print?
printf ("%s\n", _Q1_ (arrayl[_Q0_]) );
return 0;
//THIS CODE SHOULD PRINT OUT "hello?" ONCE THE CODE IS FIXEDS
Transcribed Image Text://Question 1 #include <unistd.h> #include <stdlib.h> #include <stdio.h> int main ( int argc, char* argv[]) char array0 [] char array1[] "hello?"; %3D "HELLO!"; //01: what index should arrayl access? //Q2: what should come in front of the element // fetched to make the string print? printf ("%s\n", _Q1_ (arrayl[_Q0_]) ); return 0; //THIS CODE SHOULD PRINT OUT "hello?" ONCE THE CODE IS FIXEDS
//Question 2
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
int main ( int argc, char* argv[])
{
char array [29];
memset (array, '\0', 29) ;
//01: how should array be modified below so that compilation has no warnings?
int* ptr = _Q2_array;
ptr[0] = 1886680168;
ptr[1] = 791624307;
ptr[2] = 2037279092;
ptr[3] = 778859125;
ptr[4] = 795701091;
ptr[5] = 1933077345;
ptr[6] = 1851880050;
//22: what can you fix to make the integers print as a string
printf ("%s\n", _Q3_ );
return 0;
//03: what url does the string print?
}
//once the questions are answered and labels filled in, it should print out some string that is a URL.
Transcribed Image Text://Question 2 #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <string.h> int main ( int argc, char* argv[]) { char array [29]; memset (array, '\0', 29) ; //01: how should array be modified below so that compilation has no warnings? int* ptr = _Q2_array; ptr[0] = 1886680168; ptr[1] = 791624307; ptr[2] = 2037279092; ptr[3] = 778859125; ptr[4] = 795701091; ptr[5] = 1933077345; ptr[6] = 1851880050; //22: what can you fix to make the integers print as a string printf ("%s\n", _Q3_ ); return 0; //03: what url does the string print? } //once the questions are answered and labels filled in, it should print out some string that is a URL.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Similar questions
  • SEE MORE 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