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


Please Help Members By Posting Answers For Below Questions

How do we open a binary file in Read/Write mode in C?

958


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

855


What are pointers? What are stacks and queues?

766


is it possible to create your own header files?

819


Why do we use namespace feature?

807


Can a void pointer point to a function?

757


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1749


How can this be legal c?

833


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

828


What is call by value in c?

749


What does the error 'Null Pointer Assignment' mean and what causes this error?

963


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1905


Write a code of a general series where the next element is the sum of last k terms.

797


What is linear search?

901


What does the error message "DGROUP exceeds 64K" mean?

981