<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computer Programming o No error the program is correctGiven: integer x = 40 - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/computer-programming-o-no-error-the-program-is-correctgiven-integer-x-40/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/computer-programming-o-no-error-the-program-is-correctgiven-integer-x-40/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Mon, 20 Sep 2021 10:49:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>Computer Programming o No error the program is correctGiven: integer x = 40 - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/computer-programming-o-no-error-the-program-is-correctgiven-integer-x-40/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Given : integer x = 40, y = 35, z = 20, w = 10. Comment about the output of the following two statements ? print x * y / z &#8211; w print x * y / (z &#8211; w)</title>
		<link>https://www.wikitechy.com/interview-questions/programming/given-integer-x-40-y-35-z-20-w-10-comment-about-the-output-of-the-following-two-statements-print-x-y-z-w-print-x-y-z-w/</link>
					<comments>https://www.wikitechy.com/interview-questions/programming/given-integer-x-40-y-35-z-20-w-10-comment-about-the-output-of-the-following-two-statements-print-x-y-z-w-print-x-y-z-w/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Fri, 27 Aug 2021 00:33:02 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[AMCAT Question Papers with Answers]]></category>
		<category><![CDATA[basic c programming interview questionsc programming viva questions and answers]]></category>
		<category><![CDATA[basic c programming questions]]></category>
		<category><![CDATA[c language programming questions]]></category>
		<category><![CDATA[c programming interview programs]]></category>
		<category><![CDATA[c programming interview questions and answers]]></category>
		<category><![CDATA[c programming mcq with answers]]></category>
		<category><![CDATA[c programming multiple choice questions and answers]]></category>
		<category><![CDATA[c programming practice questions]]></category>
		<category><![CDATA[c programming problems and solutions]]></category>
		<category><![CDATA[c programming questions and answers]]></category>
		<category><![CDATA[c programming questions and answers objective type]]></category>
		<category><![CDATA[Computer Programming o No error the program is correctGiven: integer x = 40]]></category>
		<category><![CDATA[Given integer x 40 y 35 z 20 w 10 Comment about the output]]></category>
		<category><![CDATA[google programming interview questions]]></category>
		<category><![CDATA[programming aptitude questions]]></category>
		<category><![CDATA[programming interview problems]]></category>
		<category><![CDATA[programming technical interview questions]]></category>
		<category><![CDATA[simple programming questions]]></category>
		<category><![CDATA[string programming interview questions]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=2575</guid>

					<description><![CDATA[Answer : A. Differ by 80]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<p class="color-pink">Given : integer x = 40, y = 35, z = 20, w = 10. Comment about the output of the following two statements:<br />
print x * y / z – w<br />
print x * y / (z – w) ?</p>
<div class="row">
<div class="col-sm-6">
<p>A. Differ by 80</p>
</div>
<div class="col-sm-6">
<p>B. Same</p>
</div>
<div class="col-sm-6">
<p>C. Differ by 50</p>
</div>
<div class="col-sm-6">
<p>D. Differ by 160</p>
</div>
</div>
</div>
</div>
<h3 id="answer-a-differ-by-80"><b>Answer : </b>A. Differ by 80</h3>
<div class="subheading">
<h2 id="explanation">Explanation :</h2>
</div>
<div class="Content">
<div class="hddn">
<p align="justify">print x * y / z – w = 40 * 35 / 20 &#8211; 10 = 60<br />
print x * y / (z – w) = 40 * 35 / ( 20 &#8211; 10 ) = 140<br />
Difference is 80</p>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/programming/given-integer-x-40-y-35-z-20-w-10-comment-about-the-output-of-the-following-two-statements-print-x-y-z-w-print-x-y-z-w/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
