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
I need a sort of an approximate strcmp routine?
Does c have class?
Is c is a low level language?
Explain how can I make sure that my program is the only one accessing a file?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Why do we use c for the speed of light?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is the right way to use errno?
What is the purpose of main() function?
What are local static variables?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What does c mean in basketball?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Is fortran faster than c?