17).
--------------------------------------------------------------
main()
{
int x=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}
Ans : 11 16
18).
--------------------------------------------------------------
main()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("Ramco Systems\n");
}
Ans : Ony one time
"Ramco Systems"
will be printed
______________________________________________
Ramco Sample Paper
*********************************************************************
1) A - G are 7 consecutive +ve integers not necessarily in the same order
1) B is the middle number
2) D is 3 less than c
|
|