Rand() doesn't really work?#include <stdio.h> #include <stdlib.h> #include <time.h> Try This Pgm , It will genera...
for loop problem Use getchar() function to get the character and after that use " fflush(stdin) " to flush the st...
for loop problemInstead of using "getchar( )" use " getch( ) "... now the pgm works as what you originally want. ...
This user does not accept Private Messages