Question: char* x; strncpy(x, Hello, strlen(Hello)+1); What is wrong with the above code snippet?
char* x;
strncpy(x, Hello, strlen(Hello)+1);
What is wrong with the above code snippet?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
