Question: What is wrong with the following code? #include int main(void) 1 char ( x[]= ) Sample String; printf(%s, ( x+4 / 2) ); return 0
What is wrong with the following code? \#include
Answer Choices: a. Nothing, the code is correct. b. The code will generate an error as the size of the array hasn't b c. The code will generate an error because of the printf() statemer d. The code will generate an error as null character hasn't been ap
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
