C++ OPERATOR | C++ FOUNDATION Question 6

Last Updated :
Discuss
Comments

Identify the correct example for a pre-increment operator.


 

++n


 

n++


 

 - -n


 

+n


 

Share your thoughts in the comments