i doubt the correctness of the code
short and long are reserved keywords in c++ but they are
used as variable names here. this will certainly produce compilation errors.
# is used for preprocessing directives rather than an operator. by the way, & is the right one to take address.
used as variable names here. this will certainly produce compilation errors.
# is used for preprocessing directives rather than an operator. by the way, & is the right one to take address.