You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-09-14 04:29:23
Sample Code:
http://interviewquestionsanswers.org/quiz/C-Programming http://interviewquestionsanswers.org/qu … xpressions
Directions:
What number will z in the sample code given below?
Question:
int z, x=5, y= -10, a=4, b=2;
z = x++ - --y*b/a;
Option A):
11
Option B):
13
Option C):
10
Option D):
12
Correct Answer is Option C):
10
Failure is the first step towards seccess.
Offline
2015-09-14 04:29:23
- Advertisement
- Ads By Google
Re: Sample Code:
Pages:: 1