what is difference between ++(*p) and (*p)++
Answer Posted / arasu
++(*p)-->after the value is incremented, next line is
executed.
(*p)++-->after execution,it is incremented.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is c definition?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
How can I do graphics in c?
What is difference between class and structure?
Why do we use null pointer?
code for find determinent of amatrix
a program that can input number of records and can view it again the record
What is the difference between formatted&unformatted i/o functions?
Why c language is called c?
Explain what is meant by 'bit masking'?
write a c program to find the sum of five entered numbers using an array named number
List the difference between a While & Do While loops?
How do you view the path?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Explain high-order and low-order bytes.