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


Please Help Members By Posting Answers For Below Questions

What is called array?

799


What is private inheritance?

825


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

1767


What is problem with overriding functions?

767


How do you differentiate between overloading the prefix and postfix increments?

790


What is string in c++ programming?

842


What are the advantages of using typedef in a program?

838


What do manipulators do?

744


What is else if syntax?

873


Can circle be called an ellipse?

822


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

781


Is c++ faster than c?

775


What is oop in c++?

813


Write my own zero-argument manipulator that should work same as hex?

782


What is static in c++?

784