December 7, 2011

FUNNY C PROGRAMME TO PROPOSE A GIRL

http://www2.johntabita.com/wp-content/uploads/2011/09/propose.jpgk
This Is Just For A Fun.
Not To Execute :)


#include stdio.h
#define Cute beautiful_lady

main()
{
goto college;
scanf(“100%”,&ladies);

if(lady ==Cute)
line++;
while( !reply )
{

printf(“I Love U”);
scanf(“100%”,&reply);
}
if(reply == “GAALI”)
main(); /* go back and repeat the process */

else if(reply == “SANDAL “)
exit(1);

else if(reply == “I Love U”)
{
lover =Cute ;
love = (heart*)malloc(sizeof(lover));
}
goto restaurant;
restaurant:{
food++;
smile++;
pay->money = lover->money;
return(college);
}
if(time==2.30)
goto cinema;
cinema:
{
watch++;
if(intermission){
coke++;
Popecorn++;}
}
if(time ==6.00)
goto park;
park:
{
for(time=6.30;time<= 8.30;time+=0.001)
kiss = kiss+1;
}
free(lover);
return(home);

}
Another program

#include stdio.h
#define Cute beautiful_lady
main()
{
goto college;
scanf(“100%”,&ladies);
if(lady ==Cute )
line++;
while( !reply )
{
printf(“I Love U”);
scanf(“100%”,&reply);
}
if(reply == “GAALI”)
main(); /* go back and repeat the process */
else if(reply == “SANDAL “)
exit(1); //exit with an error code
else if(reply == “I Love U”)
{
lover =Cute ;
love = (heart*)malloc(sizeof(lover));
}
goto restaurant;
restaurant:
{
food++;
smile++;
pay->money = lover->money;
return(college);
}
if(time==2.30)
goto cinema;
cinema:
{
watch++;
if(intermission)
{
coke++;
Popcorn++;
}

if(time ==6.00)
{
goto park;
free(lover);
return(home);
}
if(time ==9.30)
goto pub;
pub:
{
friends++;
party++;
booze++;
if(pub.close()){ pay->bill;
come->out;}
}
if (highly->intoxicated)
goto friendsroom;
else
{
sweetpan++;
polo++;
}
friendsroom: { goto sleep; }
sleep: { *(dream)=love; }

}
Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments

 
© 2011 MVS E ZONE
Posts RSSComments RSS
Back to top