#include "stdio.h"
int main()
{
char arr[100];
printf("%d", scanf("%s", arr));
/* Suppose that input value given
for above scanf is "GeeksQuiz" */
return 1;
}
test quiz
test quiz description
#include "stdio.h"
int main()
{
char arr[100];
printf("%d", scanf("%s", arr));
/* Suppose that input value given
for above scanf is "GeeksQuiz" */
return 1;
}
test quiz description
This article needs improvement. You can help improve this article. You can also write similar articles and help the community.