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