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
Define the scope of static variables.
What do you mean by scope of a variable in c?
What does %c mean in c?
How many data structures are there in c?
how to introdu5ce my self in serco
What are control structures? What are the different types?
What is the purpose of realloc()?
What is the explanation for modular programming?
What is FIFO?
What does do in c?
What does emoji p mean?
what is event driven software and what is procedural driven software?
How do you determine whether to use a stream function or a low-level function?
Explain what is the difference between functions getch() and getche()?
What is C language ?