<?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>samueledison &#187; Questions</title>
	<atom:link href="https://samueledison.com/question/feed/" rel="self" type="application/rss+xml" />
	<link>https://samueledison.com</link>
	<description>Management Consultant &#38; Corporate Trainer</description>
	<lastBuildDate>Wed, 05 Jul 2017 10:47:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>i got segmentation fault in c compiler while running code on hackerrank.. how to solve it?</title>
		<link>https://samueledison.com/question/i-got-segmentation-fault-in-c-compiler-while-running-code-on-hackerrank-how-to-solve-it/</link>
		<comments>https://samueledison.com/question/i-got-segmentation-fault-in-c-compiler-while-running-code-on-hackerrank-how-to-solve-it/#comments</comments>
		<pubDate>Wed, 05 Jul 2017 10:44:04 +0000</pubDate>
		<dc:creator><![CDATA[PRASHANT DEEPAK]]></dc:creator>
		
		<guid isPermaLink="false">http://samueledison.com/?post_type=dwqa-question&#038;p=780</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>https://samueledison.com/question/i-got-segmentation-fault-in-c-compiler-while-running-code-on-hackerrank-how-to-solve-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>what is the book for understanding cryptology concepts?</title>
		<link>https://samueledison.com/question/what-is-the-book-for-understanding-cryptology-concepts/</link>
		<comments>https://samueledison.com/question/what-is-the-book-for-understanding-cryptology-concepts/#comments</comments>
		<pubDate>Fri, 29 Jul 2016 12:33:33 +0000</pubDate>
		<dc:creator><![CDATA[Prasanth]]></dc:creator>
		
		<guid isPermaLink="false">http://samueledison.com/?post_type=dwqa-question&#038;p=766</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>https://samueledison.com/question/what-is-the-book-for-understanding-cryptology-concepts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get set of integer input when it size is not at all mentioned before&#8230;</title>
		<link>https://samueledison.com/question/how-to-get-set-of-integer-input-when-it-size-is-not-at-all-mentioned-before/</link>
		<comments>https://samueledison.com/question/how-to-get-set-of-integer-input-when-it-size-is-not-at-all-mentioned-before/#comments</comments>
		<pubDate>Fri, 29 Jul 2016 12:32:57 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">http://samueledison.com/?post_type=dwqa-question&#038;p=768</guid>
		<description><![CDATA[Example : I/p: 1 2 3 4 5 I should read all this but the size is not mentioned . How to do this with C???]]></description>
				<content:encoded><![CDATA[<p>Example :<br />
I/p:<br />
1 2 3 4 5<br />
I should read all this but the size is not mentioned . How to do this with C???</p>
]]></content:encoded>
			<wfw:commentRss>https://samueledison.com/question/how-to-get-set-of-integer-input-when-it-size-is-not-at-all-mentioned-before/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identify the logic behind the series   6 28 66 120 190 276&#8230;.   The numbers in the series should be used to create a Pyramid. The base of the Pyramid will be the widest  and will start converging towards the top where there will only be one element. Each successive layer will  have one number less than that on the layer below it. The width of the Pyramid is specified by an input  parameter N. In other words there will be N numbers on the bottom layer of the pyramid.</title>
		<link>https://samueledison.com/question/identify-the-logic-behind-the-series-6-28-66-120-190-276-the-numbers-in-the-series-should-be-used-to-create-a-pyramid-the-base-of-the-pyramid-will-be-the-widest-and-will-start-converging-tow/</link>
		<comments>https://samueledison.com/question/identify-the-logic-behind-the-series-6-28-66-120-190-276-the-numbers-in-the-series-should-be-used-to-create-a-pyramid-the-base-of-the-pyramid-will-be-the-widest-and-will-start-converging-tow/#comments</comments>
		<pubDate>Fri, 29 Jul 2016 12:32:28 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">http://samueledison.com/?post_type=dwqa-question&#038;p=770</guid>
		<description><![CDATA[Example If input is 2, output will be 00006 00028 00066 If input is 3, output will be 00006 00028 00066 00120 00190 00276]]></description>
				<content:encoded><![CDATA[<p>Example</p>
<p>If input is 2, output will be</p>
<p>00006</p>
<p>00028 00066</p>
<p>If input is 3, output will be</p>
<p>00006</p>
<p>00028 00066</p>
<p>00120 00190 00276</p>
]]></content:encoded>
			<wfw:commentRss>https://samueledison.com/question/identify-the-logic-behind-the-series-6-28-66-120-190-276-the-numbers-in-the-series-should-be-used-to-create-a-pyramid-the-base-of-the-pyramid-will-be-the-widest-and-will-start-converging-tow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>which author is best for c ++</title>
		<link>https://samueledison.com/question/which-author-is-best-for-c/</link>
		<comments>https://samueledison.com/question/which-author-is-best-for-c/#comments</comments>
		<pubDate>Mon, 18 Jul 2016 06:30:15 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">http://samueledison.com/?post_type=dwqa-question&#038;p=761</guid>
		<description><![CDATA[which author is best for c ++]]></description>
				<content:encoded><![CDATA[<p>which author is best for c ++</p>
]]></content:encoded>
			<wfw:commentRss>https://samueledison.com/question/which-author-is-best-for-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Dangling Pointer</title>
		<link>https://samueledison.com/question/what-is-dangling-pointer/</link>
		<comments>https://samueledison.com/question/what-is-dangling-pointer/#comments</comments>
		<pubDate>Mon, 18 Jul 2016 05:41:39 +0000</pubDate>
		<dc:creator><![CDATA[leelairajan]]></dc:creator>
		
		<guid isPermaLink="false">http://samueledison.com/?post_type=dwqa-question&#038;p=750</guid>
		<description><![CDATA[What is Dangling Pointer?]]></description>
				<content:encoded><![CDATA[<p>What is Dangling Pointer?</p>
]]></content:encoded>
			<wfw:commentRss>https://samueledison.com/question/what-is-dangling-pointer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
