If you had the following code: int x = 23; int *y; y = &x;
The instruction y++; does what?
Answer Posted / anu
Then y will point to next memory location.
If we are using (*y)++ will increment value to 24.
Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is called array?
What is private inheritance?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What is problem with overriding functions?
How do you differentiate between overloading the prefix and postfix increments?
What is string in c++ programming?
What are the advantages of using typedef in a program?
What do manipulators do?
What is else if syntax?
Can circle be called an ellipse?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
Is c++ faster than c?
What is oop in c++?
Write my own zero-argument manipulator that should work same as hex?
What is static in c++?