sum=a+b;

  1. arpanmukherjee1

    variable names of c/cpp

    hello people, I was thinking about :rolleyes: pointers that would retrieve the variable name and NOT the value.... i know that after compiled the prg does not have any var name. but if i want to write a prg like int a=2,b=3,sum; sum=a+b; cout<< THE VAR NAME "sum"...
Top Bottom