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
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 |
write a function for strtok()??
write a program that will print %d in the output screen??
What is a dynamic array in c?
What language is windows 1.0 written?
What is variable declaration and definition in c?
Write a code to generate divisors of an integer?
What are the types of pointers?
Is main() function predfined or userdefined?
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Explain how do you determine a file’s attributes?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.