#programming
Read more stories on Hashnode
Articles with this tag
#include<stdio.h> void main(){ char s[100]; printf(“Enter a string “); scanf(“%s“,s); printf(“The string is %s”,s); }