Q2. Analyze the following C code and answer below questions: #include int main(void) { int value; scanf("%d", &value); value=value+20; if (value <=-10) fprintf("11

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Solve question 1

12:07
else
}
Q2. Analyze the following C code and answer below questions:
#include <stdio.h>
int main(void) {
int value;
scanf("%d", &value);
value=value+20;
if (value <=-10)
{printf("Hello"); }
else if (value <=10)
{printf("Good bye"); }
{printf("Hello again"); }
1. What output will be displayed in console window if variable value = -10?
Answer:
2. What output will be displayed in console window if variable value = 0?
Answer:
:!!! 5G 64
3. What output will be displayed in console window if variable value = -29?
Answer:
Q3. Write the C code segment (only one line of code) to make the following
operations:
1. Declare a variable called val3 as char data type and assign value of 'B'
Answer:
2. Read a value from console window and assign a value to variable called num1
of char datatype
Answer:
3. Check if variable called num5 less than or equal to 5 or greater than 40 (use if
condition)
Answer:
Transcribed Image Text:12:07 else } Q2. Analyze the following C code and answer below questions: #include <stdio.h> int main(void) { int value; scanf("%d", &value); value=value+20; if (value <=-10) {printf("Hello"); } else if (value <=10) {printf("Good bye"); } {printf("Hello again"); } 1. What output will be displayed in console window if variable value = -10? Answer: 2. What output will be displayed in console window if variable value = 0? Answer: :!!! 5G 64 3. What output will be displayed in console window if variable value = -29? Answer: Q3. Write the C code segment (only one line of code) to make the following operations: 1. Declare a variable called val3 as char data type and assign value of 'B' Answer: 2. Read a value from console window and assign a value to variable called num1 of char datatype Answer: 3. Check if variable called num5 less than or equal to 5 or greater than 40 (use if condition) Answer:
Expert Solution
steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY