write the value of x and y after execution of the statements:
int x=19,y;
y=x++ + ++x;
x++;
y++;


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C C++ Errors Interview Questions

which typw of errors ? & how to solve it ?

0 Answers  


how to convert decimal to binary in c using while loop without using array

50 Answers   Apple, Aptech, Arwen Tech, BCS, C2D Software, CEC,


who was the present cheif governor of reserve bank of india

6 Answers   State Bank Of India SBI,


full c programming error question based problem

3 Answers   HCL, TCS,


loop1: { x=i<n?(i++):0; printf("%d",i); exit(x); continue; } Error- misplaced continue. Doubt-1.will the exit(x) be executed for all values of x 2.will this statement go out of the program.

5 Answers   CMC,


what is syntax error?

3 Answers  


how tally is useful?

2 Answers  


what are the techniques for reducing the fragility of a memory bug?

1 Answers  


I can not get my C++ program to work right. It is supposed to tell if a word is a palindrome or not, but it only tells thet the word is not a palindrome. And I can't fix it.

1 Answers  


what is meant for variable not found?

3 Answers  


Write a c-programe that input one number of four digits and find digits sum?

2 Answers  


To generate the series 1+3+5+7+... using C program

18 Answers  


Categories