hello i maneged to do the programme with anouthe while statement i.e
#include<stdio.h>
void main()
{
char ch_one,
ch_two;
printf("\nEnter the first letter > ");
ch_one = getchar();
fflush(stdin);
printf("\nEnter the second letter > ");
ch_two =...
Hell.
i am a very new user to programming and espacialy c and i have a problem on the programme i want to design the user must input two charecters i.e. a, f . then i want my programme to type the letters from a to f i.e abcdef but dont know which way to go about it ive tried using switch...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.