i want to input char and an integer separated by only a space witout enter like scanf("%c %d",&ch,&i);
but the program is not taking character input…please suggest me something…
i want to input char and an integer separated by only a space witout enter like scanf("%c %d",&ch,&i);
but the program is not taking character input…please suggest me something…