C++ help
This is a basic c++ question on functions. Over the past couple weeks i have been getting some quick questions on functions and I answer with ease, but this one question seems the wording is wrong?? I don't quite understand what my professor is asking.
--------------------- question ---------------
How can you tell whether a name in a program is a function or not if you can only see the line where the name apears??
--------------------- end of question -----------
Now is he talking about a function call or the heading of a function?? Would the answer be relating to the syntax the name has like function();. the parameter would determine if it were a function???
thnak you guys for any help and happy new years.
--------------------- question ---------------
How can you tell whether a name in a program is a function or not if you can only see the line where the name apears??
--------------------- end of question -----------
Now is he talking about a function call or the heading of a function?? Would the answer be relating to the syntax the name has like function();. the parameter would determine if it were a function???
thnak you guys for any help and happy new years.
