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));

Answers were Sorted based on User's Feedback



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+..

Answer / e

a instead of x then answer would be 5

Is This Answer Correct ?    4 Yes 2 No

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+..

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

Post New Answer

More C Interview Questions

Is fortran still used in 2018?

0 Answers  


code for selection sort?

1 Answers  


What is the main differences between C and Embedded C?

9 Answers  


How to access or modify the const variable in c ?

16 Answers   HCL, HP,


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


What is the difference between if else and switchstatement

0 Answers  


how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  


what does " calloc" do?

7 Answers   Cadence, Logos,


Does * p ++ increment p or what it points to?

0 Answers  


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


Which is better malloc or calloc?

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


Categories