Question { Advent Global Solutions, 101554 }
main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Question { 9581 }
what is meant by Encapsulation?Explain with an example?
Answer
| Is This Answer Correct ? | 1 Yes | 1 No |
Question { Tech Mahindra, 11630 }
What is constructor
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Question { 3355 }
how can program polindrome using java
Answer
| Is This Answer Correct ? | 2 Yes | 0 No |
Question { 6196 }
What is Function Pointer? Explain with example?
Answer
| Is This Answer Correct ? | 0 Yes | 1 No |