Sorry! Posting Assignment is allowed only for commercial accounts.
int *ptr, p;
#include stdio.h typedef struct Employee { char *ch; }Employ; void main() { Employ emp; emp.ch = "Hello"; printf("%s%s", emp.ch); }
#includestdio.h#includemath.hint main() { int a= 5*2/2*3; printf("%d",a); return 0;}