Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~191 People Reached
About Me

A Man.

Interests
Anime and Games
PC Specs
Quite High
Favorite Forums
Favorite Tags
c x 1
Member Avatar for deneuve

Here's the question. http://postimg.org/image/nmqrupznp/ And here's my program, #include <stdio.h> #include <string.h> void encrypt (char *text,char *map); void decrypt (char *text,char *map); int main() { int a,b; char c[]="abcdefghijklmnopqrstuvwxyz"; char d[]="thequickbrownfxjmpsvlazydg"; char *text; char *map; text=&c[0]; map=&d[0]; printf ("Encrypt press 1;Decrypt press 0.\n"); scanf ("%d",&b); if (b!=0&&b!=1) printf ("please enter …

Member Avatar for shakin
0
191