Given the following seqment of code containing a group of
nested if instructions: y = 9; if ((x==3) || (x == 5)) y++;
else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8;
if the value of x is 4 before the nested IFs are executed,
what is the value of y after the nested IFs are executed?
No Answer is Posted For this Question
Be the First to Post Answer
What are static member functions?
Is ca high or low level language?
How to allocate memory dynamically for a reference?
What are the types of array in c++?
Describe functional overloading?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
Is c++ double?
What is a pointer with example?
What are the various access specifiers in c++?
What is DlgProc?
what is Member Functions in Classes?
What is iostream in c++ used for?