i have done successfully done pointer, malloc……
i have successfully done of arrays, multidimension array ……
i have completed my 1st assignment…….
x=y=1; z=x++-1; z+=-x++ + ++y; printf(“%d\n”,x); here x=3; but printf(“%d\n”,z); here z=?? and how??