Sorry! Posting Assignment is allowed only for commercial accounts.
- - x + j == x>n> = m
include <stdio.h> void foo(int*); int main() { int i = 10; foo((&i)++); } void foo(int *p) { printf("%d\n", *p); }