Question { Advent Global Solutions, 101846 }
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 { 9646 }
what is meant by Encapsulation?Explain with an example?
Answer
| Is This Answer Correct ? | 1 Yes | 1 No |
Question { Tech Mahindra, 11726 }
What is constructor
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Question { 3391 }
how can program polindrome using java
Answer
| Is This Answer Correct ? | 2 Yes | 0 No |
Question { 6261 }
What is Function Pointer? Explain with example?
Answer
| Is This Answer Correct ? | 0 Yes | 1 No |