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 / 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 |
Post New Answer View All Answers
What is the purpose of sprintf?
What is c language & why it is used?
What is bin sh c?
How can I change the size of the dynamically allocated array?
Explain how do you declare an array that will hold more than 64kb of data?
Why flag is used in c?
how to find anagram without using string functions using only loops in c programming
Why void is used in c?
Explain what math functions are available for integers? For floating point?
What is meant by keywords in c?
What are the different categories of functions in c?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
List the variables are used for writing doubly linked list program.
How is null defined in c?
regarding pointers concept