Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What is the output of the below code snippet? int a = 20, b =40, C = 15; if(a>b || b>c) printf(%d , a+b); else

image text in transcribed

What is the output of the below code snippet? int a = 20, b =40, C = 15; if(a>b || b>c) printf("%d ", a+b); else printf("%d",c); a. 20 b. 60 O c. 40 d. 15 What is the value of z as per the following code for x=5 and y=6? if (x>y) Z=X+y/2; else Z=x/2; O a. 8 b. 1 O c.5 O d. 2

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

What is American Polity and Governance ?

Answered: 1 week ago

Question

What is Constitution, Political System and Public Policy? In India

Answered: 1 week ago