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));
Answer Posted / e
a instead of x then answer would be 5
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is adt in c programming?
What do you mean by dynamic memory allocation in c? What functions are used?
How we can insert comments in a c program?
What is the scope of an external variable in c?
What is clrscr in c?
What are linker error?
can we have joblib in a proc ?
What is use of bit field?
What are the 5 data types?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
The file stdio.h, what does it contain?
Can the size of an array be declared at runtime?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Is int a keyword in c?