C++
Programming and Technical
Are the expressions *ptr ++ and ++ *ptr same?
Read Solution (Total 2)
-
- expressions are not same
- 10 years agoHelpfull: Yes(1) No(0)
- 1st one will increment its ref value so at the frst printf block original value will be o/p..but in 2nd case the incremented value will be the o/p
- 9 years agoHelpfull: Yes(1) No(0)
C++ Other Question