โช 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;
}
Point out the error in the following program( on GCC compil
Point out the error in the following program( on GCC compiler).
#include
#include
int main() {
static char *p = (char *)malloc(10);
return 0;
}