How do you accept a string in C character by character and then print it character by character?

Answer:

#include<stdio.h>

#include<conio.h>

void main()

{

int a,s,t=8;

printf(enter the name);

scanf("d%d5d5");

}

getche()

First answer by ID3705765660. Last edit by ID3705765660. Question popularity: 2 [recommend question].