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


Please Help Members By Posting Answers For Below Questions

Give the rules for variable declaration?

669


What library is sizeof in c?

567


What is a stream in c programming?

588


What are reserved words with a programming language?

599


What is the difference between far and near ?

678






How do I copy files?

619


What does void main () mean?

729


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1467


how could explain about job profile

1446


Why should I prototype a function?

630


Why n++ execute faster than n+1 ?

1839


How can my program discover the complete pathname to the executable from which it was invoked?

658


Explain how do you list files in a directory?

614


Can you please compare array with pointer?

613


What does == mean in texting?

659