Results 11 to 18 of 18
Threaded View
-
11th Jan 2012, 07:57 PM #1OPBannedWebsite's:
cityvillehelp.comTurbo C | Help Needed
Please see this program
I am not getting the desired output
PHP Code:#include<stdio.h>
#include<conio.h>
#include<string.h>
main()
{
clrscr();
char pass[32], ch;
printf("Enter Password : ");
while(1)
{
ch=getch();
if(ch=='q' || ch=='Q')
break;
putchar('*');
}
printf("\n\n Password is : %s",pass);
printf("\n\n Displaying pass is diff way");
for(int i=0; i<=32; i++)
printf("%c",pass[i]);
getch();
}
I am getting this output
prateek Reviewed by prateek on . Turbo C | Help Needed Please see this program I am not getting the desired output :( #include<stdio.h> #include<conio.h> #include<string.h> main() { clrscr(); Rating: 5
Sponsored Links
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
themaCreator - create posts from...
Version 3.52 released. Open older version (or...