Number of Questions: 120 | Duration: 120 minutes | Qualifying Score: 40% | Negative marking for Wrong Answer
End Test Now
if x is even, then (x%2)=0 x &1 !=1 x! ( some stuff is there)
only two are correct
three are correct
,
all are correct
None of these
which of the function operator cannot be over loaded
<=
?:
*
b and d
u r given two statements a=(10.15); b=10,15; if they are executed what is the output printf("%d%d",a,b);
10,15
15,10
10,10
15,15
define null 0
0
12
13
11
#define inc(x) x++ main() { int t=1; printf("%d",inc(t++)); }
1
error