int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30
2 8568Post New AIG C++ General Interview Questions
What are functions of dba?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Lists life cycle methods of android activity?
What principle does a q-meter operate?
Explain inspection?
What are the types of cleaning main engine Turbo Charger blower side?
Why is my outlook email not syncing?
List some use cases where classification machine learning algorithms can be used.
What is grouping ?
How to press enter key on text box in selenium webdriver?
What are the rules used by the system to determine whether a user is authorized to update an object?
A session S_MAP1 is in Repository A. while running the session error message has displayed `server hot-ws270 is connect to Repository B`.what does it mean?
What are the file extensions for razor views?
what is the rule for JSON syntax rules? Give an example of JSON object?
What is the difference between vertical scale up and horizontal scale out?: cloud computing architecture