Is there a way to input string without initializing a size of array OR a pointer(malloc()).
#include int main(void) { char *str;