-
-
-
-
-
-
-
WIPRO Technical Interview
main() { int a[]={0 1 2 3}; int *b; b=&a[2]; printf("%d",b[-1]); } TECHNICAL INTERVIEW
-
1/8 is divided by 's,' if 's' is increased by 2 times, what is the result.
increases two times.
-
-
-
-
-
C Program
What is the output of the following code - What is the output of the following code int i=7;printf("%d", i++ * i++);
-
-
-
-
-
-
-