Point out the error in the following program( on GCC compil

Loading

โœช Choose the correct option.

Point out the error in the following program( on GCC compiler).

#include 
#include
int main() {
static char *p = (char *)malloc(10);
return 0;
}

A. RunTime Error: Lvalue required
B. No Error
C. Compiler Error: invalid *p declaration.
D. NULL