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 / sateeshbabu aluri
we are not printing the address of variable
it mens &p;
we are printing value of p.
so,P=20 will be the o/p.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Why is c so popular?
Can the curly brackets { } be used to enclose a single line of code?
Explain how do you determine whether to use a stream function or a low-level function?
How to implement a packet in C
please send me the code for multiplying sparse matrix using c
Explain what is the difference between #include and #include 'file' ?
Is a house a shell structure?
Explain what is the difference between functions getch() and getche()?
How can I dynamically allocate arrays?
Tell me about low level programming languages.
What are the advantages of c language?
How can I remove the trailing spaces from a string?
What is c value paradox explain?
Does c have enums?
What is difference between Structure and Unions?