Search results

  1. prateek

    Turbo C | scanf() | strange

    here is what I think first x will get the value 10, then y will get value 10 then a will bcum 11 then again a will increase and bcum 12 then z will get 12 but it's not happening like that the output is 12 11 11 why ?? :facepalm: or it should give 10 11 12 as the output .. :facepalm...
  2. prateek

    Turbo C | scanf() | strange

    #include<stdio.h> #include<conio.h> void call(int, int, int); void main() { clrscr(); int a=10; call(a,a++,++a); getch(); } void call(int x,int y, int z) { printf("%d %d %d ",x,y,z); } why the output is 12 11 11 ??? i know post and pre increment perfectly but what is happening here ???
  3. prateek

    Turbo C | scanf() | strange

    yes yes,, :P %[^\t] means it will keep accepting text until the user enters a TAB thanks
  4. prateek

    Turbo C | scanf() | strange

    Please see the source code I am amazed the scanf function has %[^\n] it should be %s why this is working fine ??? what does this mean ??? ---> %[^\n] in scanf function ?? Source Code #include<stdio.h> #include<conio.h> main() { char str[20]; clrscr(); scanf("%[^\n]",str)...
  5. prateek

    Remote MySQL

    since he has cpanel/whm installed that setting gets activated automatically as he will add the remote IP for accessing the database anyways .. you can check
  6. prateek

    Private Numbers | Reasons

    nicely said glcon but same happens with anti- corruption commissioner :facepalm:
  7. prateek

    Remote MySQL

    try to connect using mysql workbench
  8. prateek

    Remote MySQL

    Possible Problems 1) check if your firewall is blocking the port .. try to disable the firewall then try 2) are you entering the correct database details ? 3) try entering the main IP of your vps instead of domain name 4) which software are you using ?? try mysql workbench (it's free) 5)...
  9. prateek

    Review: Hadar.co

    lolz .. why you hosted the image in imgur?? if you have ur own image hosting site very beautiful site :) loved it ... really loved ur site
  10. prateek

    Turbo C | Weird and amazing

    http://i44.tinypic.com/33fbzt4.png
  11. prateek

    Turbo C | Weird and amazing

    foomble sure i am pasting just give me 1 min
  12. prateek

    Turbo C | Weird and amazing

    Froomple actually my exam is next week i got some previous year questions and tried to solve them and found this question the question was what was the output of the program .. thanks to all of you epecially Techking rep added for all :) edit techking i can't give rep to u You must...
  13. prateek

    Turbo C | Weird and amazing

    oh but but when I write if(a>b>>c) the output becomes true ?? whyy ?? :(
  14. prateek

    Are You a Virgin?

    yes, i am a virgin and my age is almost 20
  15. prateek

    Turbo C | Weird and amazing

    Why the output of the following program comes False #include<stdio.h> void main() { int a=15, b=10, c=5; if(a>b>c) printf("True"); else printf("False"); } plzz tell me ... help needed
  16. prateek

    how to eran money online?

    also go to infolinks.com and apply for the text ads
  17. prateek

    maximize users in windows remote desktop

    lolz .....that's not my secret ... wakaski yu should have googled before asking
  18. prateek

    maximize users in windows remote desktop

    windows don't allow more than 2 users connected via remote desktop at a time! it will ask a user to disconnect so that you can connect ! the legal solution is buy additional terminal accounts license from Microsoft --- edit ---- 1 additional a/c license costs approx 100$ monthly or may be...
  19. prateek

    Private Numbers | Reasons

    I am talking of taking a new connection and activating the ID restriction on it I told about the numbers to police Listen to what they said 1) We don't have records of mobile, 2) who will read this long application 3) we don't write and complain regarding any mobile issue.. 4) they don't...
  20. prateek

    Private Numbers | Reasons

    any other reasons supporting ??
Back
Top