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 pragma c?
What is the use of a semicolon (;) at the end of every program statement?
WHAT IS MEANT BY LIFE?
What is console in c language?
Do variables need to be initialized?
Why ordinary variable store only one value
Under what circumstances does a name clash occur?
What is the difference between void main() and int main()?
Write a function in c to find the area of a triangle whose length of three sides is given.
What are conditional operators in C?
Is a pointer a kind of array?
Sir i need notes for structure,functions,pointers in c language can you help me please