what is difference between ++(*p) and (*p)++

Answer Posted / vicky

++(*p)means first incrementing and then performing the
operation;
(*p)++ means first performing the operation and then
incrementing.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I implement sets or arrays of bits?

601


What is actual argument?

587


What is the time and space complexities of merge sort and when is it preferred over quick sort?

673


Which type of language is c?

643


What are variables c?

612






Give differences between - new and malloc() , delete and free() ?

605


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

1594


how can use subset in c program and give more example

1494


What is operator precedence?

641


What are void pointers in c?

574


What is meant by operator precedence?

670


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2155


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

659


What are high level languages like C and FORTRAN also known as?

682


What does the error message "DGROUP exceeds 64K" mean?

724