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 meaning of ?
What is Conio.h ?
What is local and global variable in c?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
What is the description for syntax errors?
Why can’t constant values be used to define an array’s initial size?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
What are the different types of pointers?
What does printf does?
is it possible to change the default calling convention in c ?