What is the output for this program?
main()
{
int i=10;
printf("%d",5,6);
printf("%d",i,i++);
getch();
}
What is main difference between C and C++?
Is java dependent?
Which one of the following is mostly used Java KeyWord?
Which of the following, are valid return types, for listener methods:
Which of the following are Java keywords (as opposed to reserved words)?
What is the range of values that can be assigned to a variable of the type short?
How many bytes occupied by a character pointer?