Results 1 to 10 of 18
Threaded View
-
11th Jan 2012, 08:40 PM #14OPBannedWebsite's:
cityvillehelp.comHello,
Program more simplified by me
there is only one last problem
why is the @ sign OR ANY OTHER GRABAGE VALUE comming at the end of the password ??
PHP Code:#include<stdio.h>
#include<conio.h>
#include<string.h>
main()
{
clrscr();
char pass[32], ch;
printf("Enter Password : ");
int j=0;
while(1)
{
ch=getch();
if(ch=='q' || ch=='Q')
break;
pass[j]=ch;
putchar('*');
j=j+1;
}
j=j+1;
pass[j]='\0';
printf("\n\n Password is : %s",pass);
getch();
}
OUTPUT
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Md5 generation on Turbo C
By prateek in forum Web Development AreaReplies: 5Last Post: 14th Feb 2012, 08:42 PM -
Turbo C | scanf() | strange
By prateek in forum Web Development AreaReplies: 14Last Post: 14th Feb 2012, 04:24 PM -
Turbo C | Weird and amazing
By prateek in forum Web Development AreaReplies: 13Last Post: 11th Feb 2012, 04:57 PM -
Turbo Leech - FREE Rapidleech Server With 8 Premium Account
By Faizann20 in forum Useful SitesReplies: 9Last Post: 2nd Dec 2010, 05:00 AM -
DEDICATED,ACTIVE NEEDED - Moderators/GM's Needed with BENEFITS
By robert in forum Community CooperativeReplies: 0Last Post: 18th Jul 2010, 03:36 PM
themaManager - edit and manage...
Version 4.20 released. Open older version (or...