in Programming in C
190 views
0 votes
0 votes
#include<stdio.h>
int main(void)
{
char a[50];
printf(" %d", scanf("%s", a));
getchar();
}
What will be the output and explain its working?
in Programming in C
190 views

1 comment

i think 50
0
0

Please log in or register to answer this question.