Jump to content
BrainDen.com - Brain Teasers
  • 0


bonanova
 Share

Question

6 answers to this question

Recommended Posts

  • 0
Usually you add s to make singular plural.

My last puzzle added s and made plural singular.

Now remove a letter and make plural singular.

Any plural word that ends in s?

cows -> cow

posts -> post

spoilers -> spoiler

oops you changed it ;)

Edited by Enlightened
Link to comment
Share on other sites

  • 0
Usually you add s to make singular plural.

My last puzzle added s and made plural singular.

Now add c to make singular plural.


int main(void){
char* string = malloc[32];
printf( "Enter a noun:> " );
scanf( %s, &string );
printf( "\nThe plural of %s is %s!", string, strcat(string, "s") );

return(0);
}
#include stdlib.h

:P

Link to comment
Share on other sites

  • 0

And then with words like mouse and mice,

And goose and geese, and man and men,

We change the word to make the plural.

That's the rule my friend.

SO LOUSE LICE etc

Edited by Lost in space
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...