Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

1211


What is the sizeof () operator?

1139


Why pointers are used in c?

1081


What are the advantages of using new operator as compared to the function malloc ()?

1414


All technical questions

2059


Explain the difference between getch() and getche() in c?

1058


What is void main () in c?

1256


Explain how does flowchart help in writing a program?

1172


Why main is not a keyword in c?

1326


How does placing some code lines between the comment symbol help in debugging the code?

1066


What are the different properties of variable number of arguments?

1207


What is a string?

1175


Is multithreading possible in c?

1070


Is there any data type in c with variable size?

1152


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

1224