I think you need some time of camra voice recorder sorry if im wrong also sorry cuz i forgot what it is called
Answer:
It is is A
Explanation:
Becuase if you shrink a text thats just the answer
Answer:
sorry please write in English than i help.you i don't understand your language
This is how to answer this programming question:
#include <stdio.h>
#include <conio.h>
int main(void)
{
char letterStart;
<span>fflush(stdin);</span>
printf("Input character: ");
scanf("%c", &letterStart);
print("Next Letter: %c", ++letterStart);
getch();
clrscr();
}