Changes

Jump to: navigation, search

Langage C

213 bytes added, 12:28, 14 January 2016
/* Function GETCHAR() */
===== Function GETCHAR() =====
'' IN french : '' cette fonction enregistre dans son buffer a caractère taper au clavier - on peut récupérer cette valeur à l'aide d'un entier  '' IN English :'' this function is used to get back a character which can be recorded in a integear variable
Here the prototype of the function like we can see it in the stdio.h file : '''int getchar()'''
952
edits