This program will print how opportunity comes/ doesnot come n changes our life...
Disclaimer: this program assumes that the user is a fighter n not a coward*/
#include
#include "string.h"
opportunity(char *s)
{
if ( !(strcmp( s, "opportunity knocks at your door" )) )
printf("u will become employee");
else if ( !(strcmp( s, "opportunity does not knock and u open door and drag it in" )) )
printf("u will become super employee");//higer level
else if ( !(strcmp( s, "opportunity is not even existent" )) ){
printf("u will create opportunity\n u will become employer\n");
}
}
//Suraj B S
No comments:
Post a Comment