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
How can I call fortran?
Why do we use namespace feature?
Is there any data type in c with variable size?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What are header files and what are its uses in C programming?
What is the value of uninitialized variable in c?
What is the purpose of scanf() and printf() functions?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
provide an example of the Group by clause, when would you use this clause
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What does c mean in standard form?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Is there a way to compare two structure variables?
What is the auto keyword good for?
What are the features of the c language?