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

Do you know what are bitwise shift operators in c programming?

589


What is difference between class and structure?

575


Why calloc is better than malloc?

574


Differentiate between declaring a variable and defining a variable?

612


what is the diffrenet bettwen HTTP and internet protocol

1396






Why do we use static in c?

636


Explain what is the advantage of a random access file?

670


What is meant by type casting?

631


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

817


How can you increase the allowable number of simultaneously open files?

599


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1867


How many bytes are occupied by near, far and huge pointers (dos)?

678


What are the 5 types of inheritance in c ++?

589


Which is an example of a structural homology?

790


What is the use of typedef in c?

592