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 we open a binary file in Read/Write mode in C?
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)
What are pointers? What are stacks and queues?
is it possible to create your own header files?
Why do we use namespace feature?
Can a void pointer point to a function?
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.
How can this be legal c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is call by value in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Write a code of a general series where the next element is the sum of last k terms.
What is linear search?
What does the error message "DGROUP exceeds 64K" mean?