0
Consider the following C code snippet: char *sentence = NULL; strcpy(sentence, "Helloworld"); printf("%s", sentence):
in above code, is there any error if not then what will be output
1 Respuesta
+ 1
you can always put it into the C compiler on here and try it out