Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: C  |  size: 0.26 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #include<stdio.h>
  2. #include<conio.h>
  3. int main ()
  4. {
  5.     char ch;
  6.     ch='\0';
  7.     while(ch!='q')
  8.     {
  9.                    printf("pega na minha ");
  10.                   ch= getch();
  11.                   }
  12.                   return(0);  
  13.                   }