for x=2 y=3 z=1 the following fn return int fun(int n; int y; int z) { int sum for(i=x;i<=y;i++) for(j=1;j<=z;z++) sum=sum+z; return sum }
2
5
0
6
The values of sum from above fn for x=0; y=0;z=1 Ans 1 7.how can you insert the following values in stack and numbers 0,20,30,40,50.60 stack [][][][][][] numb [][][][][][][]
60 50 40 30 20 10 10 20 30 40 50 60
0
10 20 30 40 50 60 10 20 30 40 50 60
10 20 30 40 50 60 60 50 40 30 20 10
# if ndif XYZ #include "XYZ.h" #endif
if XYZ is not defined then compiler should not include the header file XYZ.h.
if XYZ is not defined then only include the header file XYZ.h.
if XYZ is defined then only include the header file XYZ.h.
Noemal header file inclusion
int a[] = { 1, , 9,2.......} int *p; p=&a[2]; printf("%s",p);
4
2
4478
None
there are 1800 coins .one soin is defective in that .in how many minimum times you can find that the coin is defective.
11
9
7
2
There are two kind of professonal in a company software & personal.if the personal are 15% of the total .a party is going .in a party if 50% of the total professonal left and all are s/w then what is the ratio of the s/w professonal left to total software professonal.