int *p=20;
if u print like dis printf("%d",p);
o\p:- 20; how is it possible?
plz give me the explanation.
Answer Posted / udanesh
int *p=20 means
int *p;
p=20;
so when you print the value of p definitely you will get the output as 20 because the value of p is 20
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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
What are the 5 elements of structure?
Differentiate call by value and call by reference?
Dont ansi function prototypes render lint obsolete?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What does calloc stand for?
what value is returned to operating system after program execution?
What is structure padding and packing in c?
How do you determine the length of a string value that was stored in a variable?
What is clrscr in c?
What are the two types of structure?
What are all different types of pointers in c?
When should a far pointer be used?
What's the right way to use errno?
What is the use of a ‘’ character?