Answer Posted / vignesh1988i
i++* wont work .... as for as i know.... it's meaningless
comin to *++i, i is a pointer holding an address so here ++
and * holds the same priority so we ll go for associativity
of these operators. it's RIGHT to LEFT.
so , address in 'i' will get incremented and then if that
address points to some value means it will print that value
or else it will have garbage value
thank u
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the properties of union in c?
In C language what is a 'dangling pointer'?
What is #include cctype?
Explain what are its uses in c programming?
What is anagram in c?
Write a program to print factorial of given number using recursion?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Explain what does the format %10.2 mean when included in a printf statement?
What is pass by value in c?
Explain how can you restore a redirected standard stream?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Add Two Numbers Without Using the Addition Operator
Explain what are linked list?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)