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


Please Help Members By Posting Answers For Below Questions

Describe the header file and its usage in c programming?

616


What's a good way to check for "close enough" floating-point equality?

621


What are all different types of pointers in c?

572


How can I get back to the interactive keyboard if stdin is redirected?

663


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

664






What is const keyword in c?

740


Which node is more powerful and can handle local information processing or graphics processing?

820


Where is volatile variable stored?

642


What are the advantages of c preprocessor?

709


Explain how can a program be made to print the name of a source file where an error occurs?

682


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

763


What are keywords c?

596


What are nested functions in c?

560


What is static identifier?

701


Why do we write return 0 in c?

548