main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Answers were Sorted based on User's Feedback
Answer / sujith vargheese
Hi The correct Answer is X=55 AND y=94
| Is This Answer Correct ? | 1 Yes | 3 No |
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Tell me what is the purpose of 'register' keyword in c language?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Why array starts with index 0
what are the interview question's in the language c
Why header file is used in c?
What is the use of #define preprocessor in c?
I heard that you have to include stdio.h before calling printf. Why?
what is c?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
c language interview questions & answer
what is computer