what is the difference between call and ++call?
Answer Posted / Priyanka Pandey
In C++, 'call' is a unary operator that calls a function or an overloaded operator. It can be used to pass a single argument to a function.nOn the other hand, '++call' is not a standard C++ operator. It is a custom operator implemented in some libraries like Boost.Preprocessor to call a macro with multiple arguments.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category