Search results

  1. prateek

    Turbo C | Help Needed

    i don't have time to play with you , just leave my post
  2. prateek

    Turbo C | Help Needed

    thanks for your help Techking our teacher is teaching us the these new functions so we have to use this function ... and 2morow is my exam can't ask teacher also for help :facepalm: edit -- any solution for this as we are learning password program and we have to use this functions only
  3. prateek

    Turbo C | Help Needed

    what attitude ?? in my last post i asked for help and i saw ppl posting solutions in different functions ... so this time i wrote no to use diff functions .. u r taking in wrong way ..
  4. prateek

    Turbo C | Help Needed

    this is no joke @ bharat
  5. prateek

    Turbo C | Help Needed

    I am new in Turbo C so don't use any new function or any other way
  6. prateek

    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(); char pass[32], ch; printf("Enter Password : "); while(1) { ch=getch(); if(ch=='q' || ch=='Q') break; putchar('*'); }...
  7. prateek

    FileSonic.com – $17PPS, $35/1000 Downloads – Make Your Life Easier - Go with FS!

    please see the ticket #203885 very important :(
  8. prateek

    Other Buying RDP

    thank you very much for promoting us :) rep added
  9. prateek

    Find the bug in this C program!

    @mind freak :sun: great!
  10. prateek

    Find the bug in this C program!

    @ mind freak lol i asked for the program to reverse the number and not stings :P hehehehehehe
  11. prateek

    Find the bug in this C program!

    @bharat thanks , i will surely visit that site and learn new things Yes, I have books :) for C @Mind Freak™ Since I am new in C , we haven't yet taught array and also that function strrev but your coding is very small and :) cool
  12. prateek

    Find the bug in this C program!

    Can anyone suggest me some questions of C Programming to Develop Logic :) ? please help needed
  13. prateek

    Find the bug in this C program!

    @Bharat Thanks for your help bro ::)
  14. prateek

    Find the bug in this C program!

    Here is the working correct program #include<stdio.h> #include<conio.h> main() { int num=0, revnum=0, temp=0; printf("Program to reverse the number"); printf("\n\nEnter a Number "); scanf("%d",&num); if (num<=10) printf("\nEnter Number Greater than 10\n"); else {...
  15. prateek

    Find the bug in this C program!

    Hey! i got it there was only one silly mitake i am soo foolish the mistake was this Wrong : num=num%10; Correct : num=num/10;
  16. prateek

    Find the bug in this C program!

    Hello Guys, I am new in C Programming I had wrote a code to reverse the number given by the user but the problem is When the user inputs number less than 10 it works fine but just as the user inputs number like 134 or 351 nothing happens help me what is the problem here is the program...
  17. prateek

    Other Windows/Encoding RDP Admin Account 320GB HDD, 8GB RAM At $10.00 (USA)

    bought RL , got the details within few minutes superb speed nice service
  18. prateek

    The most useful site..

    hahahahaha i am using internet for last 6 years . and i was not knowing google :) :sun: :facepalm: hahahahah thanks .. now give me tutorial how to search :) :))
  19. prateek

    Facebook Problem

    no need to change place .... IPs are distributed in different way by the ISP . try to login frm a PC which has different ISP or has static IP .. just do what i told above and tell me what happens next... i will help u out of this prob.. if you had ever used cloudflare for your website you...
Back
Top