bhulaxmi Member Member since Aug 6, 2013 Last active Aug 7, 2013 Total activities 0 Activity feed Recent contributions #Threads 12 years ago What's the output of this C program? main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++);