<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Lucky Number Seven</title>
	<link>http://www.technicalinterviews.net/lucky-number-seven/</link>
	<description>This site features a collection of common technical interview questions gathered by a group of programmers who have been through, and given, lots of technical interviews. There is an emphasis on C++ and game programming technical interviews, but most of the questions are relevant to any technical interview.</description>
	<pubDate>Tue, 06 Jan 2009 00:15:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Sundar</title>
		<link>http://www.technicalinterviews.net/lucky-number-seven/#comment-1256</link>
		<pubDate>Fri, 13 Jul 2007 11:23:43 +0000</pubDate>
		<guid>http://www.technicalinterviews.net/lucky-number-seven/#comment-1256</guid>
					<description>
int MultBySeven(int iA)
{
int result = 0;
for(int i = 0; i </description>
		<content:encoded><![CDATA[<p>int MultBySeven(int iA)<br />
{<br />
int result = 0;<br />
for(int i = 0; i
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sundar</title>
		<link>http://www.technicalinterviews.net/lucky-number-seven/#comment-1255</link>
		<pubDate>Fri, 13 Jul 2007 11:23:14 +0000</pubDate>
		<guid>http://www.technicalinterviews.net/lucky-number-seven/#comment-1255</guid>
					<description>To Multiply

int MultBySeven(int iA)
{
int result = 0;
for(int i = 0; i </description>
		<content:encoded><![CDATA[<p>To Multiply</p>
<p>int MultBySeven(int iA)<br />
{<br />
int result = 0;<br />
for(int i = 0; i
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
