Char Questions
Subscribe to the 'Char' topic to help and get support from people like you.
Latest Questions
C language-#include<stdio.h> main() { char ch; puts ("enter a?
... character:"); ch=getchar(); fflush (stdin); do { putchar (ch); i=i+1; }while(i<40); }

