Sorry! Posting Assignment is allowed only for commercial accounts.
#include<stdio.h>#include<stdlib.h>int main(){ static char *p = (char *)malloc(10); return 0;}