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 / immanuel
printf("%p",p); // this prints the address to 20
printf("%d",p); //this prints the value itself.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
program to convert a integer to string in c language'
Explain how can I remove the trailing spaces from a string?
What is indirection?
hi, which software companys will take,if d candidate's % is jst 55%?
What is c++ used for today?
Can you write a programmer for FACTORIAL using recursion?
What does 3 periods mean in texting?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
How can you increase the size of a statically allocated array?
What is a constant and types of constants in c?
can we implement multi-threads in c.
What is the difference between single charater constant and string constant?
please give me some tips for the placement in the TCS.
What is a class c rental property?
How can you be sure that a program follows the ANSI C standard?