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
Explain about block scope in c?
Are the outer parentheses in return statements really optional?
What does %d do?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
write an algorithm to display a square matrix.
What is data types?
What is the meaning of 2d in c?
Is int a keyword in c?
Should I learn c before c++?
What is #include conio h?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is the description for syntax errors?
Hai what is the different types of versions and their differences
What are structures and unions? State differencves between them.