please dont rip this site

Language Ccpp Cref Examples Getchar.c

/ ************************************************************************
 *
 * Purpose: Program to demonstrate the 'getchar' function.
 * 	    The prog will read data entered via the keyboard. And return
 * 	    the number of characters entered. 
 * Author:  M. J. Leslie
 * Date:    08-May-94
 *
 ************************************************************************/

#include <stdio.h>

#define RETURN '\n'			/* \n == return in UNIX
					   \r == return in DOS		*/

main()
{
  int count=0;
  puts("Please enter some text.");
					/* Count the letters in the 'stdin'
					   buffer.			*/
  while ( getchar() != RETURN) count++;

  printf("You entered %d characters\n", count);
}


file: /Techref/language/ccpp/cref/EXAMPLES/getchar.c, 0KB, , updated: 1997/4/21 09:52, local time: 2024/4/17 17:19,
TOP NEW HELP FIND: 
3.147.73.35:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/techref/language/ccpp/cref/EXAMPLES/getchar.c"> language ccpp cref EXAMPLES getchar</A>

Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to techref.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .