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 / thunder
GIVES THE ERROR DURING COMPILATION.
*P means IT CAN STORE ADDRESS NOT ANY INTEGER VALUE.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
how should functions be apportioned among source files?
Why ca not I do something like this?
Why do some versions of toupper act strangely if given an upper-case letter?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is the scope of global variable in c?
What are 3 types of structures?
What are reserved words with a programming language?
how to capitalise first letter of each word in a given string?
What is memcpy() function?
What is 02d in c?
Explain the difference between call by value and call by reference in c language?
What is the use of linkage in c language?
Can we replace the struct function in tree syntax with a union?
Is a house a shell structure?
What is a sequential access file?