int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}};
int *p=&a;
printf(“%d”,*(*(x+1)+3));
Answers were Sorted based on User's Feedback
Answer / vijay r15
error
Bcoz there is no initialization for x
With thanks and regards
Vijay r15
raj.vijay55@gmail.com
| Is This Answer Correct ? | 2 Yes | 1 No |
What is the proper way of these job Tell me about there full work
What does return 1 means in c?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
Explain the difference between strcpy() and memcpy() function?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
WHOT IS CHAR?
What is typedef struct in c?
Is c easy to learn?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,
Differentiate call by value and call by reference?
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).