<?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/">
	<channel>
		<title>VCET BE</title>
		<link>http://vcetmadurai.findtalk.net/feed/?</link>
		<description>Latest topics</description>
		<lastBuildDate>Sat, 30 Jan 2010 13:07:02 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>VCET BE</title>
			<url>http://i89.servimg.com/u/f89/14/29/88/20/logo10.jpg</url>
			<link>http://vcetmadurai.findtalk.net/feed/?</link>
		</image>
		<item>
			<title>EBLAZZ'10</title>
			<link>http://vcetmadurai.findtalk.net/symposium-f2/eblazz-10-t33.htm</link>
			<dc:creator>sarayu</dc:creator>
			<description>A one day National Symposium EBLAZZ’10 is to be held in SACS MAVMM ENGINEERING COLLEGE, Madurai on February-23rd 2010. Symposium includes various presentation and innovative events.



It is focused on discovering the new innovative ideas of budding engineers in the field of Electronics and Communication.



EVENTS:



PAPER Topics:



Image Processing 

Nano Technology 

Optical Camouflage 

Bio Informatics 

Fractal Antennas 

VLSI Technology 

Embedded Systems 

Artificial Intelligence 

Chip  ...</description>
			<category>Symposium</category>
			<pubDate>Sat, 30 Jan 2010 13:07:02 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/symposium-f2/eblazz-10-t33.htm#35</comments>
			<guid>http://vcetmadurai.findtalk.net/symposium-f2/eblazz-10-t33.htm</guid>
		</item>
		<item>
			<title>Expression Tree</title>
			<link>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/expression-tree-t32.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Expression Tree

#include

struct NODE

{

  char data;

  struct NODE *lchild;

  struct NODE *rchild;

};

typedef struct NODE *node;



node exptree(char[]);

void push_cha(node);

void push_op(char);

node pop_cha();

char pop_op();

void inorder(node);

void preorder(node);

void postorder(node);

int prec(char);

node create()

{

  return((node)malloc(sizeof(node)));

}



node newnode=NULL,root,temp,nstack[50];

int optop=-1,ntop=-1,p,i,opstack[50];



main()

{

  ...</description>
			<category>Download:Data structure</category>
			<pubDate>Tue, 27 Oct 2009 18:09:41 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/expression-tree-t32.htm#34</comments>
			<guid>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/expression-tree-t32.htm</guid>
		</item>
		<item>
			<title>DIJKISTRA'S SHORTEST PATH</title>
			<link>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/dijkistra-s-shortest-path-t31.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>DIJKISTRA'S SHORTEST PATH



#include

#include

struct edge

{

int vs,vd,wt;

}a[20];

void dj(int);

int g[20][20];

main()

{

int n,i,j;

printf("ENTER THE NO. OF VERTICES ");

scanf("%d",&n);

printf("ENTER THE DIRECTED ADJACENCY MATRIX\n");

for(i=1;i </description>
			<category>Download:Data structure</category>
			<pubDate>Tue, 27 Oct 2009 18:07:51 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/dijkistra-s-shortest-path-t31.htm#33</comments>
			<guid>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/dijkistra-s-shortest-path-t31.htm</guid>
		</item>
		<item>
			<title>Communication Theory v sem</title>
			<link>http://vcetmadurai.findtalk.net/ece-f12/communication-theory-v-sem-t30.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Communication Theory





Download question papers



2006:2006.pdf



2007-&gt;2007.pdf



2007 II .pdf </description>
			<category>ECE</category>
			<pubDate>Fri, 16 Oct 2009 06:10:19 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/ece-f12/communication-theory-v-sem-t30.htm#32</comments>
			<guid>http://vcetmadurai.findtalk.net/ece-f12/communication-theory-v-sem-t30.htm</guid>
		</item>
		<item>
			<title>Digital Signal Processing (vsem)</title>
			<link>http://vcetmadurai.findtalk.net/ece-f12/digital-signal-processing-vsem-t29.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[Digital Signal Processing (vsem)
<br />

<br />

<br />
Download previous year question papers-&gt;
<br />

<br />
2006-&gt;<a href="http://www.mediafire.com/?zmfz2zrtn2z" target="_blank">2006.pdf</a>
<br />

<br />
2007-&gt;<a href="http://www.mediafire.com/file/yichgzymyog/digital2007.pdf" target="_blank">digital2007.pdf</a>
<br />

<br />
<a href="http://www.mediafire.com/file/gekmnenm2kd/digital2007ii.pdf" target="_blank">digital2007ii.pdf</a>]]></description>
			<category>ECE</category>
			<pubDate>Fri, 16 Oct 2009 06:04:40 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/ece-f12/digital-signal-processing-vsem-t29.htm#31</comments>
			<guid>http://vcetmadurai.findtalk.net/ece-f12/digital-signal-processing-vsem-t29.htm</guid>
		</item>
		<item>
			<title>Maths(ma1201)-III</title>
			<link>http://vcetmadurai.findtalk.net/eee-f11/mathsma1201-iii-t28.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Maths(ma1201)-III





Previous Year Question paper Downloads-Maths(Civ,eee,ece,it)







2005-&gt;Download



2006-&gt;Download



2007-&gt;Download

         Download II

           

2008-&gt;Download </description>
			<category>EEE</category>
			<pubDate>Fri, 16 Oct 2009 05:47:22 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/eee-f11/mathsma1201-iii-t28.htm#30</comments>
			<guid>http://vcetmadurai.findtalk.net/eee-f11/mathsma1201-iii-t28.htm</guid>
		</item>
		<item>
			<title>Diwali wishes</title>
			<link>http://vcetmadurai.findtalk.net/birthday-wishes-f5/diwali-wishes-t27.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<div style="margin:auto;text-align:center;width:100%"><embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://freelinkxchange.site90.com/Arun.swf" width="500" height="500" type="application/x-shockwave-flash" wmode="transparent" quality="high" scale="exactfit"></embed></div>]]></description>
			<category>Birthday Wishes</category>
			<pubDate>Fri, 16 Oct 2009 03:03:21 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/birthday-wishes-f5/diwali-wishes-t27.htm#29</comments>
			<guid>http://vcetmadurai.findtalk.net/birthday-wishes-f5/diwali-wishes-t27.htm</guid>
		</item>
		<item>
			<title>Vcet now in Toolbar</title>
			<link>http://vcetmadurai.findtalk.net/eee-f1/vcet-now-in-toolbar-t26.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[Now you can access this forum through the ondemonds Toolbar.
<br />

<br />
Ondemonds Toolbar->Forum->VCET
<br />

<br />
Download this toolbar 
<br />

<br />
<a href="OnDemonds.ourtoolbar.com">Download</a>]]></description>
			<category>EEE</category>
			<pubDate>Tue, 06 Oct 2009 14:51:21 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/eee-f1/vcet-now-in-toolbar-t26.htm#28</comments>
			<guid>http://vcetmadurai.findtalk.net/eee-f1/vcet-now-in-toolbar-t26.htm</guid>
		</item>
		<item>
			<title>Priority Queue</title>
			<link>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/priority-queue-t25.htm</link>
			<dc:creator>balachandran</dc:creator>
			<description>Priority Queue

 

#include&lt;stdio.h&gt;

#include&lt;conio.h&gt;

#include&lt;alloc.h&gt;



struct node

{

	int priority;

	int info;

	struct node*link;

}*front=NULL;



void main()

{

	int ch;

	clrscr();

	while(1)

	{

		printf(&quot;\n1.Insert 2.Delete 3.Display 4.Exit&quot;);

		printf(&quot;\nEnter your choice:&quot;);

		scanf(&quot;%d&quot;,&amp;ch);

		switch(ch)

		{

			case 1:insert();

				break;

			case 2:del();

				break;

			case 3:display();

				break;

			case  ...</description>
			<category>Download:Data structure</category>
			<pubDate>Fri, 18 Sep 2009 05:57:47 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/priority-queue-t25.htm#27</comments>
			<guid>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/priority-queue-t25.htm</guid>
		</item>
		<item>
			<title>International Conference on Communication Technologies and VLSI Design , VIT University</title>
			<link>http://vcetmadurai.findtalk.net/symposium-f2/international-conference-on-communication-technologies-and-vlsi-design-vit-university-t24.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>International Conference on Communication Technologies and VLSI Design , VIT University









VIT University(Vellore) is organizing an International Conference on Communication Technologies and VLSI Design , CommV’09, which aims to bring together researchers, scientists, engineers and research scholars to exchange and share their experiences, new ideas and research results about all aspects of Communication, Signal and Image Processing, Optical Communication, Microwave Communication,  ...</description>
			<category>Symposium</category>
			<pubDate>Thu, 17 Sep 2009 13:16:55 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/symposium-f2/international-conference-on-communication-technologies-and-vlsi-design-vit-university-t24.htm#26</comments>
			<guid>http://vcetmadurai.findtalk.net/symposium-f2/international-conference-on-communication-technologies-and-vlsi-design-vit-university-t24.htm</guid>
		</item>
		<item>
			<title>PROGRAM FOR KRUSKAL ALGORITHM</title>
			<link>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/program-for-kruskal-algorithm-t23.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>PROGRAM FOR KRUSKAL ALGORITHM



#include 

struct edge

{

int vs,vd,wt,used;

}s[20];

int g[20][20];

void kruskal(int n);

main()

{

int n,i,j;

printf("ENTER THE NO. OF VERTICES");

scanf("%d",&n);

printf("ENTER THE WEIGHTED ADJACENCY MATRIX\n");

for(i=1;i </description>
			<category>Download:Data structure</category>
			<pubDate>Thu, 17 Sep 2009 13:03:42 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/program-for-kruskal-algorithm-t23.htm#25</comments>
			<guid>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/program-for-kruskal-algorithm-t23.htm</guid>
		</item>
		<item>
			<title>REPORT ON INDUSTRAIL VISIT</title>
			<link>http://vcetmadurai.findtalk.net/events-f3/report-on-industrail-visit-t22.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>PADMAVAHINI TRANSFOMERS LIMITED

TYPE					:  SMALL SCALE

TYPE OF PRODUCTION	:  Job order production



LOCATION:

1.	Company is placed in Coimbatore.

2.	This company has got perfect situation exactly near KUMARAGURU college.	                             

                                                                                     Submitted by

						                                 

COMPANY BACKROUND:

 ~ Company has started manufacturing TRANSFOMERS from 1996.

~ Company  ...</description>
			<category>Events</category>
			<pubDate>Mon, 14 Sep 2009 17:26:11 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/events-f3/report-on-industrail-visit-t22.htm#24</comments>
			<guid>http://vcetmadurai.findtalk.net/events-f3/report-on-industrail-visit-t22.htm</guid>
		</item>
		<item>
			<title>YouTube - Ozmenta 08 Velammal CSE Symposium</title>
			<link>http://vcetmadurai.findtalk.net/videos-f9/youtube-ozmenta-08-velammal-cse-symposium-t21.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<div style="margin:auto;text-align:center;width:100%"><embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.youtube.com/v/I638-_BSwV8" width="425" height="350" type="application/x-shockwave-flash" wmode="transparent" quality="high" scale="exactfit"></embed></div>]]></description>
			<category>Videos</category>
			<pubDate>Thu, 10 Sep 2009 15:08:15 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/videos-f9/youtube-ozmenta-08-velammal-cse-symposium-t21.htm#23</comments>
			<guid>http://vcetmadurai.findtalk.net/videos-f9/youtube-ozmenta-08-velammal-cse-symposium-t21.htm</guid>
		</item>
		<item>
			<title>YouTube - Funny Job Interview</title>
			<link>http://vcetmadurai.findtalk.net/videos-f9/youtube-funny-job-interview-t20.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<div style="margin:auto;text-align:center;width:100%"><embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.youtube.com/v/qjBfatgVlfI" width="425" height="350" type="application/x-shockwave-flash" wmode="transparent" quality="high" scale="exactfit"></embed></div>]]></description>
			<category>Videos</category>
			<pubDate>Thu, 10 Sep 2009 15:06:21 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/videos-f9/youtube-funny-job-interview-t20.htm#22</comments>
			<guid>http://vcetmadurai.findtalk.net/videos-f9/youtube-funny-job-interview-t20.htm</guid>
		</item>
		<item>
			<title>YouTube - Silly Job Interview - Monty Python</title>
			<link>http://vcetmadurai.findtalk.net/videos-f9/youtube-silly-job-interview-monty-python-t19.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[<div style="margin:auto;text-align:center;width:100%"><embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.youtube.com/v/zP0sqRMzkwo" width="425" height="350" type="application/x-shockwave-flash" wmode="transparent" quality="high" scale="exactfit"></embed></div>]]></description>
			<category>Videos</category>
			<pubDate>Thu, 10 Sep 2009 15:05:01 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/videos-f9/youtube-silly-job-interview-monty-python-t19.htm#21</comments>
			<guid>http://vcetmadurai.findtalk.net/videos-f9/youtube-silly-job-interview-monty-python-t19.htm</guid>
		</item>
		<item>
			<title>funny interview questions</title>
			<link>http://vcetmadurai.findtalk.net/puzzles-f8/funny-interview-questions-t15.htm</link>
			<dc:creator>karthic kumaran</dc:creator>
			<description>These are some of the funny interview questions: -

1) Tell me how many hats you have in your home?

2) Which color of umbrella do you like?

3) What do you often eat for your breakfast?

4) How do you rate me on a scale of five where five is the highest?

5) Do you like a dog or a cat?

Try to take your own time and answer these questions. Sometimes creativity does pay you so be creative.

1) Tell us about one of your worst habit or quality?

2) What would be your first question to the  ...</description>
			<category>Puzzles</category>
			<pubDate>Mon, 07 Sep 2009 15:23:50 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/puzzles-f8/funny-interview-questions-t15.htm#15</comments>
			<guid>http://vcetmadurai.findtalk.net/puzzles-f8/funny-interview-questions-t15.htm</guid>
		</item>
		<item>
			<title>drooping balls</title>
			<link>http://vcetmadurai.findtalk.net/puzzles-f8/drooping-balls-t18.htm</link>
			<dc:creator>sarayu</dc:creator>
			<description>You have to do an experiment to determine the highest floor on a 100-floor building from which a manufactured snooker ball may be dropped without breaking. 



You are given two identical snooker balls, which you can drop from various floors of the building, to carry out your experiment. 



If a ball doesn't break after being dropped, it may be reused without suffering any loss of quality. But if both balls break before you have determined the highest floor, then you are an incompetent bungler  ...</description>
			<category>Puzzles</category>
			<pubDate>Thu, 10 Sep 2009 14:07:38 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/puzzles-f8/drooping-balls-t18.htm#18</comments>
			<guid>http://vcetmadurai.findtalk.net/puzzles-f8/drooping-balls-t18.htm</guid>
		</item>
		<item>
			<title>puzzle..!!!!!!</title>
			<link>http://vcetmadurai.findtalk.net/puzzles-f8/puzzle-t17.htm</link>
			<dc:creator>sarayu</dc:creator>
			<description><![CDATA[<strong>What word comes next in this sequence: 
<br />

<br />
penguin umbrella zoo zip llama egg ==?== 
<br />

<br />
Choose from: salt, pen, ark, glass. </strong>
<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />
<strong><u>answer:</u></strong>
<br />

<br />
salt, the initial letters of the words are spelling puzzles.]]></description>
			<category>Puzzles</category>
			<pubDate>Thu, 10 Sep 2009 14:00:14 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/puzzles-f8/puzzle-t17.htm#17</comments>
			<guid>http://vcetmadurai.findtalk.net/puzzles-f8/puzzle-t17.htm</guid>
		</item>
		<item>
			<title>Math puzzle</title>
			<link>http://vcetmadurai.findtalk.net/puzzles-f8/math-puzzle-t16.htm</link>
			<dc:creator>sarayu</dc:creator>
			<description>Using standard mathematical symbols, e.g. +, -, x, etc., rearrange (4) fives to equal the numbers one to ten.  

For example, 5/5 + 5 - 5 = 1, 5/5 + 5/5 = 2, etc. 













answer:

          1 = (5 / 5) x (5 / 5),     2 = (5 / 5) + (5 / 5),     3 = (5 + 5 + 5) / 5,     4 = ((5 x 5) - 5) / 5

           5 = ((5 - 5) / 5 ) + 5,           6 = ((5 x 5) + 5) / 5,        7 = 5 + ((5 + 5) / 5),

           8 = (5 - (5 / 5)) / .5            9 = 5 + 5 - (5 / 5)             10 = 5 + 5 x  ...</description>
			<category>Puzzles</category>
			<pubDate>Thu, 10 Sep 2009 13:42:03 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/puzzles-f8/math-puzzle-t16.htm#16</comments>
			<guid>http://vcetmadurai.findtalk.net/puzzles-f8/math-puzzle-t16.htm</guid>
		</item>
		<item>
			<title>Musical Recital</title>
			<link>http://vcetmadurai.findtalk.net/puzzles-f8/musical-recital-t14.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>At a musical recital five students (John, Kate, Larry, Mary and Nick) performed five musical pieces. Two by Bach, two by Mozart and one by Vivaldi. There were three violinists and two pianists. Each student performed only one piece, and played only one instrument. Find the order of the students, their respective instruments and the composer, with the following conditions:



    1. The composers were not played consecutively. Vivaldi was played last and Mozart was played first.



    2.  ...</description>
			<category>Puzzles</category>
			<pubDate>Mon, 07 Sep 2009 14:53:47 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/puzzles-f8/musical-recital-t14.htm#14</comments>
			<guid>http://vcetmadurai.findtalk.net/puzzles-f8/musical-recital-t14.htm</guid>
		</item>
		<item>
			<title>The Frog( Logical problems)</title>
			<link>http://vcetmadurai.findtalk.net/puzzles-f8/the-frog-logical-problems-t13.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>A frog is at the bottom of a 30 meter well. Each day he summons enough energy for one 3 meter leap up the well. Exhausted, he then hangs there for the rest of the day. At night, while he is asleep, he slips 2 meters backwards. How many days does it take him to escape from the well?



Note: Assume after the first leap that his hind legs are exactly three meters up the well. His hind legs must clear the well for him to escape.





Hint: Try to think the problem through for a five meter well.  ...</description>
			<category>Puzzles</category>
			<pubDate>Mon, 07 Sep 2009 14:49:40 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/puzzles-f8/the-frog-logical-problems-t13.htm#13</comments>
			<guid>http://vcetmadurai.findtalk.net/puzzles-f8/the-frog-logical-problems-t13.htm</guid>
		</item>
		<item>
			<title>The Father(Logical Problems)</title>
			<link>http://vcetmadurai.findtalk.net/puzzles-f8/the-fatherlogical-problems-t12.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[A mother is 21 years older than her child. In exactly 6 years from now, the mother will be exactly 5 times as old as the child.
<br />

<br />
Where's the father?
<br />

<br />

<br />

<br />

<br />
<blockquote><div>
<br />

<br />
Answer:
<br />

<br />
With the mother. If you do the math, you find out the child will be born in 9 months.
<br />
</div></blockquote>]]></description>
			<category>Puzzles</category>
			<pubDate>Mon, 07 Sep 2009 14:47:11 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/puzzles-f8/the-fatherlogical-problems-t12.htm#12</comments>
			<guid>http://vcetmadurai.findtalk.net/puzzles-f8/the-fatherlogical-problems-t12.htm</guid>
		</item>
		<item>
			<title>The Waiter(Logical problems)</title>
			<link>http://vcetmadurai.findtalk.net/puzzles-f8/the-waiterlogical-problems-t11.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Three men in a cafe order a meal the total cost of which is &#36;15. They each contribute &#36;5. The waiter takes the money to the chef who recognizes the three as friends and asks the waiter to return &#36;5 to the men.



The waiter is not only poor at mathematics but dishonest and instead of going to the trouble of splitting the &#36;5 between the three he simply gives them &#36;1 each and pockets the remaining &#36;2 for himself.



Now, each of the men effectively paid &#36;4, the total  ...</description>
			<category>Puzzles</category>
			<pubDate>Mon, 07 Sep 2009 14:45:17 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/puzzles-f8/the-waiterlogical-problems-t11.htm#11</comments>
			<guid>http://vcetmadurai.findtalk.net/puzzles-f8/the-waiterlogical-problems-t11.htm</guid>
		</item>
		<item>
			<title>APPTITUDE I</title>
			<link>http://vcetmadurai.findtalk.net/puzzles-f8/apptitude-i-t10.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>APPTITUDE I

1. What is the missing number in this series? 8 2 14 6 11 ? 14 6 18 12



7

9

10

13



--------------------------------------------------------------------------------





2. Find the smallest number in a GP whose sum is 38 and product 1728



12

11

10

9

8



--------------------------------------------------------------------------------





3. If 2x-y=4 then 6x-3y=?



15

16

18

12



--------------------------------------------------------------------------------





4.  ...</description>
			<category>Puzzles</category>
			<pubDate>Mon, 07 Sep 2009 14:35:55 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/puzzles-f8/apptitude-i-t10.htm#10</comments>
			<guid>http://vcetmadurai.findtalk.net/puzzles-f8/apptitude-i-t10.htm</guid>
		</item>
		<item>
			<title>SAGACIA ‘09</title>
			<link>http://vcetmadurai.findtalk.net/non-eee-students-f7/sagacia-09-t9.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>SAGACIA ‘09 – 24th sep – IT dept Symp – Jaya Engg College, Chennai







Jaya Engineering College is an ISO 9001-2000 certified institution found in 1995 with a focus on technological innovation,entrepreneurship and character building on students.



On 29th September 2007, the Information Technology department sucessfully organised a National Level Technical Symposium,”ZILLIONIOUS EPISTEME”. In continuation the department is planned to conduct a National Level Technical Symposium  ...</description>
			<category>Non eee students</category>
			<pubDate>Mon, 07 Sep 2009 14:13:16 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/non-eee-students-f7/sagacia-09-t9.htm#9</comments>
			<guid>http://vcetmadurai.findtalk.net/non-eee-students-f7/sagacia-09-t9.htm</guid>
		</item>
		<item>
			<title>JETMech 09</title>
			<link>http://vcetmadurai.findtalk.net/non-eee-students-f7/jetmech-09-t8.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>JETMech 09- SEP 19 -St.Joseph’s College of Engineering – Dept of Mechanical Engg









JETMech is the National Level Technical Symposium conducted annually by the Department of Mechanical Engineering of St.Joseph’s College of Engineering, Chennai. JETMech returns in 2009 on September 19, 2009 bigger and better than before. So be ready to put yourself to the ultimate test of wits in our array of events lined up this year.



So jump in and find limitless opportunities with events  ...</description>
			<category>Non eee students</category>
			<pubDate>Mon, 07 Sep 2009 14:04:21 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/non-eee-students-f7/jetmech-09-t8.htm#8</comments>
			<guid>http://vcetmadurai.findtalk.net/non-eee-students-f7/jetmech-09-t8.htm</guid>
		</item>
		<item>
			<title>Drestein 09</title>
			<link>http://vcetmadurai.findtalk.net/symposium-f2/drestein-09-t7.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Drestein 09 – National level Technical festival,Saveetha Engineering College, Chennai







The first ever national level Technical festival of Saveetha Engineering College is here. From 23rd to 26th of September, its gonna be fun+education.



There are 40+ events and few workshops too. Register today www.drestein.in



- The Drestein Student Council



Saveetha Engineering College wishes to elucidate the fact that the instincts and talents of an individual should be brought out  ...</description>
			<category>Symposium</category>
			<pubDate>Mon, 07 Sep 2009 14:01:46 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/symposium-f2/drestein-09-t7.htm#7</comments>
			<guid>http://vcetmadurai.findtalk.net/symposium-f2/drestein-09-t7.htm</guid>
		</item>
		<item>
			<title>KALASALINGAM UNIVERSITY TAMILNADU ELFOEN’09 SYMPOSIUM</title>
			<link>http://vcetmadurai.findtalk.net/symposium-f2/kalasalingam-university-tamilnadu-elfoen09-symposium-t6.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>ELFOEN’09 SYMPOSIUM

Introduction:



ELFOEN’09 is a two day national level symposium. The symposium is an attempt to create awareness about the various environmental issues  in the minds of future technocrats of the country through various activities which will enhance their creative as well as innovative abilities and help us find a optimal solution. ELFOEN’09 marks a radical departure from the conventional technical symposiums that focuses only on advanced engineering field. At ELFOEN09,the  ...</description>
			<category>Symposium</category>
			<pubDate>Fri, 04 Sep 2009 03:14:34 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/symposium-f2/kalasalingam-university-tamilnadu-elfoen09-symposium-t6.htm#6</comments>
			<guid>http://vcetmadurai.findtalk.net/symposium-f2/kalasalingam-university-tamilnadu-elfoen09-symposium-t6.htm</guid>
		</item>
		<item>
			<title>AAVISHKAAR’09-IETE, Sep 11 -MEPCO SCHLENK ENGINEERING COLLEGE, SIVAKASI</title>
			<link>http://vcetmadurai.findtalk.net/paper-presentation-f4/aavishkaar09-iete-sep-11-mepco-schlenk-engineering-college-sivakasi-t5.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Paper Presentation



Paper Presentation in the through sence enables a person to illuminate his understanding reasoning and even research on a particular topic or field. It is an important part of the learning curve of every Professional Engineer. AAVISHKAAR ‘09 provides the right platform for all the aspiring and spirited souls to introspect. Let that flame burn inside you and reach the surface as knowledge, through your explicit presentation. An online registeration is required. Grab this  ...</description>
			<category>Paper Presentation</category>
			<pubDate>Fri, 04 Sep 2009 03:07:25 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/paper-presentation-f4/aavishkaar09-iete-sep-11-mepco-schlenk-engineering-college-sivakasi-t5.htm#5</comments>
			<guid>http://vcetmadurai.findtalk.net/paper-presentation-f4/aavishkaar09-iete-sep-11-mepco-schlenk-engineering-college-sivakasi-t5.htm</guid>
		</item>
		<item>
			<title>Exzelon’09 – Symposium- Excel Engineering College, Tamil nadu</title>
			<link>http://vcetmadurai.findtalk.net/symposium-f2/exzelon09-symposium-excel-engineering-college-tamil-nadu-t4.htm</link>
			<dc:creator>Admin</dc:creator>
			<description> 

  Event Snippet

    Exzelon 09 – Symposium – 14th March 2009

    Last date for paper submission – 28th Feb 2009

    Excel college of Engineering, Namakkal, Tamilnadu

    exzelon09@yahoo.com

    Click here to visit exzelon 09 website



Exzelon’09 is a1 day national level symposium on recent trends and technology conducted by the association of ECE ,CSE&amp;IT. The symposium is an attempt to create awareness in the minds of future technocrats of the country through various  ...</description>
			<category>Symposium</category>
			<pubDate>Fri, 04 Sep 2009 03:01:36 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/symposium-f2/exzelon09-symposium-excel-engineering-college-tamil-nadu-t4.htm#4</comments>
			<guid>http://vcetmadurai.findtalk.net/symposium-f2/exzelon09-symposium-excel-engineering-college-tamil-nadu-t4.htm</guid>
		</item>
		<item>
			<title>TREE TRAVERSAL (BINARY TREE)</title>
			<link>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/tree-traversal-binary-tree-t3.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>TREE TRAVERSAL (BINARY TREE)



#include&lt;stdio.h&gt;

struct BT

{

int data;

struct BT *right,*left;

};



void insert(struct BT ** ptr,int d)

{

if((*ptr)==NULL)

{

(*ptr)=(struct BT*)malloc(sizeof(struct BT));

(*ptr)-&gt;data=d;

(*ptr)-&gt;left=(*ptr)-&gt;right=NULL;

}

else

{

if((*ptr)-&gt;data&gt;d)

insert(&amp;((*ptr)-&gt;left),d);

else

insert(&amp;((*ptr)-&gt;right),d);

}

return;

}



int search(struct BT *ptr,int no)

{

if(ptr==NULL)

return(0);

if(ptr-&gt;data==no)

return(1);

if(ptr-&gt;data&gt;no)

return(search(ptr-&gt;left,no));

else

return(search(ptr-&gt;right,no));

}



void  ...</description>
			<category>Download:Data structure</category>
			<pubDate>Wed, 02 Sep 2009 15:47:33 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/tree-traversal-binary-tree-t3.htm#3</comments>
			<guid>http://vcetmadurai.findtalk.net/downloaddata-structure-f6/tree-traversal-binary-tree-t3.htm</guid>
		</item>
		<item>
			<title>How to make use of this forum</title>
			<link>http://vcetmadurai.findtalk.net/eee-f1/how-to-make-use-of-this-forum-t2.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Hi friends tell how to make this forum useful.Tell your suggestions.Give your contribution start your own board or category .</description>
			<category>EEE</category>
			<pubDate>Wed, 02 Sep 2009 15:14:38 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/eee-f1/how-to-make-use-of-this-forum-t2.htm#2</comments>
			<guid>http://vcetmadurai.findtalk.net/eee-f1/how-to-make-use-of-this-forum-t2.htm</guid>
		</item>
		<item>
			<title>HI FRIENDS</title>
			<link>http://vcetmadurai.findtalk.net/eee-f1/hi-friends-t1.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>Hi friends i welcome all of you to this forum.</description>
			<category>EEE</category>
			<pubDate>Sun, 30 Aug 2009 04:57:28 GMT</pubDate>
			<comments>http://vcetmadurai.findtalk.net/eee-f1/hi-friends-t1.htm#1</comments>
			<guid>http://vcetmadurai.findtalk.net/eee-f1/hi-friends-t1.htm</guid>
		</item>
	</channel>
</rss>