Answer Posted / khaja
it wont work bcoz its meaning less
bcoz i++* is not an increment operator(post increment)
*++i is to not a pre increment operator...
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the use of typedef in structure in c?
Why can arithmetic operations not be performed on void pointers?
Describe wild pointers in c?
Why dont c comments nest?
What are the advantages of c language?
What is main return c?
using for loop sum 2 number of any 4 digit number in c language
Is c easy to learn?
Is there any data type in c with variable size?
What does the error 'Null Pointer Assignment' mean and what causes this error?
How can I remove the leading spaces from a string?
What are the various types of control structures in programming?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is signed and unsigned?
What are local variables c?