IT Placement Papers Programming C
This category contains C Interview Questions and Answers |
What's wrong with this initialization? char *p = malloc(10);
|
|
|
|
|
Is it in the declaration of a static or non-local variable?
Function calls are not allowed in initializers for such
variables.
Only registered users can write comments. Please login or register.
|