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 / vignesh1988i
this will result in error.... pointer itself cant point to
any value... we, the users must make an explict assignment
for the pointer to point to an value .....
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
How do you determine whether to use a stream function or a low-level function?
How can I read in an object file and jump to locations in it?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is hash table in c?
What is a #include preprocessor?
Why is c not oop?
Explain how can a program be made to print the name of a source file where an error occurs?
Where define directive used?
What is the condition that is applied with ?: Operator?
What is the difference between text and binary i/o?
What is equivalent to ++i+++j?
How can I call a function with an argument list built up at run time?
How many types of operator or there in c?
write a program to create a sparse matrix using dynamic memory allocation.
What is the difference between NULL and NUL?