<?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>ObjectiveQuestions Archives - Web Rewrite</title>
	<atom:link href="https://webrewrite.com/category/objectivequestions/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Technology Blog Where You Find Programming Tips and Tricks</description>
	<lastBuildDate>Wed, 24 Aug 2022 16:10:29 +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>
	<item>
		<title>Group Anagrams Together</title>
		<link>https://webrewrite.com/group-anagrams-together/</link>
					<comments>https://webrewrite.com/group-anagrams-together/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Wed, 23 Oct 2019 09:25:16 +0000</pubDate>
				<category><![CDATA[Data Structure]]></category>
		<category><![CDATA[InterviewQuestions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[Anagrams]]></category>
		<category><![CDATA[string]]></category>
		<guid isPermaLink="false">https://webrewrite.com/?p=3028</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/group-anagrams-together/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/group-anagrams-together/">Group Anagrams Together</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/group-anagrams-together/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Find the Maximum Element in a Binary Tree without using Recursion</title>
		<link>https://webrewrite.com/find-the-maximum-element-in-a-binary-tree-without-using-recursion/</link>
					<comments>https://webrewrite.com/find-the-maximum-element-in-a-binary-tree-without-using-recursion/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Sun, 13 Oct 2019 09:55:23 +0000</pubDate>
				<category><![CDATA[Data Structure]]></category>
		<category><![CDATA[InterviewQuestions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Binary Tree]]></category>
		<category><![CDATA[Tree]]></category>
		<guid isPermaLink="false">https://webrewrite.com/?p=2919</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/find-the-maximum-element-in-a-binary-tree-without-using-recursion/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/find-the-maximum-element-in-a-binary-tree-without-using-recursion/">Find the Maximum Element in a Binary Tree without using Recursion</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/find-the-maximum-element-in-a-binary-tree-without-using-recursion/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Find Sum of Digits of a Number &#8211; Java Code</title>
		<link>https://webrewrite.com/find-sum-of-digits-of-a-number-java-code/</link>
					<comments>https://webrewrite.com/find-sum-of-digits-of-a-number-java-code/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Thu, 08 Nov 2018 16:12:43 +0000</pubDate>
				<category><![CDATA[Data Structure]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Algorithm]]></category>
		<guid isPermaLink="false">https://webrewrite.com/?p=2604</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/find-sum-of-digits-of-a-number-java-code/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/find-sum-of-digits-of-a-number-java-code/">Find Sum of Digits of a Number &#8211; Java Code</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/find-sum-of-digits-of-a-number-java-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Find Factorial of a Number in PHP using For Loop &#038; Recursion</title>
		<link>https://webrewrite.com/factorial-program-in-php/</link>
					<comments>https://webrewrite.com/factorial-program-in-php/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Sat, 30 Apr 2016 02:38:01 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Factorial]]></category>
		<category><![CDATA[Program]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=2016</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/factorial-program-in-php/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/factorial-program-in-php/">Find Factorial of a Number in PHP using For Loop &#038; Recursion</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/factorial-program-in-php/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install, Uninstall &#038; Remove phpMyAdmin &#8211; Ubuntu</title>
		<link>https://webrewrite.com/how-to-install-and-remove-phpmyadmin-on-ubuntu/</link>
					<comments>https://webrewrite.com/how-to-install-and-remove-phpmyadmin-on-ubuntu/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Sun, 29 Nov 2015 11:18:17 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux/Ubuntu]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=1901</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/how-to-install-and-remove-phpmyadmin-on-ubuntu/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/how-to-install-and-remove-phpmyadmin-on-ubuntu/">How to Install, Uninstall &#038; Remove phpMyAdmin &#8211; Ubuntu</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/how-to-install-and-remove-phpmyadmin-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MCQ on Stack and Queue &#8211; Data Structure Practice Questions</title>
		<link>https://webrewrite.com/mcq-on-data-structure-stack-and-queue/</link>
					<comments>https://webrewrite.com/mcq-on-data-structure-stack-and-queue/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Sun, 16 Aug 2015 09:54:45 +0000</pubDate>
				<category><![CDATA[Data Structure]]></category>
		<category><![CDATA[ObjectiveQuestions]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Queue]]></category>
		<category><![CDATA[Stack]]></category>
		<category><![CDATA[Data structure]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=1854</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/mcq-on-data-structure-stack-and-queue/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/mcq-on-data-structure-stack-and-queue/">MCQ on Stack and Queue &#8211; Data Structure Practice Questions</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/mcq-on-data-structure-stack-and-queue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP Objective Practice Questions (MCQ) &#8211; Set 2</title>
		<link>https://webrewrite.com/php-objective-practice-questions-mcq-set-2/</link>
					<comments>https://webrewrite.com/php-objective-practice-questions-mcq-set-2/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Fri, 06 Mar 2015 03:01:08 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MCQ]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=1753</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/php-objective-practice-questions-mcq-set-2/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/php-objective-practice-questions-mcq-set-2/">PHP Objective Practice Questions (MCQ) &#8211; Set 2</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/php-objective-practice-questions-mcq-set-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Pre-increment Vs Post-increment Operators- MCQ for Practice &#038; Explanation</title>
		<link>https://webrewrite.com/c-objective-questions-answers-operators-set-1/</link>
					<comments>https://webrewrite.com/c-objective-questions-answers-operators-set-1/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Fri, 03 Oct 2014 09:28:41 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[ObjectiveQuestions]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[C Objective Questions]]></category>
		<category><![CDATA[MCQ]]></category>
		<category><![CDATA[objectiveQuestions]]></category>
		<category><![CDATA[Operators]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=1555</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/c-objective-questions-answers-operators-set-1/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/c-objective-questions-answers-operators-set-1/">Pre-increment Vs Post-increment Operators- MCQ for Practice &#038; Explanation</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/c-objective-questions-answers-operators-set-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
