April 11
Objdump in linux can be used for viewing symbol table
##_Variable is used for argument in macro
example
#ftest(temp) testabc_##_temp()
orginal code
ftest(ashvani)
preprocessed
testabc_ashvani()