Archive for July 2011
21
JulQUE : Using recursive function made fibonaci series in data structure.
0 Comments | Posted by tejassoni in Data structure
#include<conio.h>
void fibo();
int n1=1,n2=0,i=1;
void main()
{
clrscr();
fibo();
getch();
}
void fibo()
{
if(i < 10)
return;
else
{
printf("\n %d",n2);
n2=n2+n1;
n1=n2-n1;
i++;
fibo();
}
}
Writing a resume is such a nebulous activity these days. You have to figure out which type of online resume format is best for you, whether to include a cover letter, how to incorporate social media into your resume, if a video resume is a good idea and what you should include on your LinkedIn profile. Above all that, to get the job, you need to beat out all the other creative digital peeps who are producing dynamic digital resumes. Phew — that’s a lot of work!
We’re always finding new resources to help you on your journey to perfecting your digital resume, and we happened across this nifty infographic by the team at Colorado Technical University, which includes tips on creating a digital resume, as well as tips for sprucing up your traditional resume, for potential employers who still like the smell of top-linen paper. Enjoy.
20
JulTulalip – Microsoft Reaserch Project on Social Search Service
0 Comments | Posted by mnpinfotech in Latest News
20
JulPhotovine – Google’s Photo Sharing Service [Video]
0 Comments | Posted by mnpinfotech in Latest News
![[del.icio.us]](http://www.itshala.com/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.itshala.com/wp-content/plugins/bookmarkify/digg.png)
![[dzone]](http://www.itshala.com/wp-content/plugins/bookmarkify/dzone.png)
![[Facebook]](http://www.itshala.com/wp-content/plugins/bookmarkify/facebook.png)
![[Google]](http://www.itshala.com/wp-content/plugins/bookmarkify/google.png)
![[LinkedIn]](http://www.itshala.com/wp-content/plugins/bookmarkify/linkedin.png)
![[Twitter]](http://www.itshala.com/wp-content/plugins/bookmarkify/twitter.png)
![[Windows Live]](http://www.itshala.com/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://www.itshala.com/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://www.itshala.com/wp-content/plugins/bookmarkify/email.png)

