#define dprint(expr) printf(#expr"expr=%d\n",expr)void main(){dprint(3/7);}麻烦帮忙看下,并解释:printf(#expr"expr=%d\n",expr)中的#expr是什么意思?非常谢谢 查看完整描述