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

Answer Posted / s.aswini

++(*p)-->it is denoted by first increment the value andthen
check the condition.
(*p)++-->it is denoted by first do the operation and then
increment the value.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function definition in c?

582


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1459


Is printf a keyword?

755


Explain pointers in c programming?

630


What is #include stdlib h?

612






Write a c program to demonstrate character and string constants?

1678


What is a good way to implement complex numbers in c?

589


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2171


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15044


write a c program in such a way that if we enter the today date the output should be next day's date.

1677


What is the use of clrscr?

589


If you know then define #pragma?

672


Describe the difference between = and == symbols in c programming?

773


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

683


What is void main ()?

605