Sign in
Home
Categories
Companies
Top Rated
Recently Added
Beat High Score
High Score By Category
High Score By Company
Users
Ask Question
|
Take Test
Home
»
Categories
»
C
Find the output for the following C progra
0
Find the output for the following C program
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
57 94
75 49
20 35
02 53
Asked By :
Yamuna
Category :
C
Programming
Technical
Answer
a. 57 94
Previous Question
Next Question
Post Your Answer
Related Questions
In the following code segment ...
What will be the result of the...
How many times will the printf...
What will be the value of x, y...
Find the output for the follow...
# define swap (a, b) temp=a; a...
Find the output for the follow...
Find the output for the follow...
Find the output for the follow...
Find the output for the follow...
Copyright ©
www.Interviewkiller.com
- Job Interview Questions and Answers - Recruitment Tips