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 / ankit
it will show compiler error as we are trying to assign integer value to pointer variable.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What header files do I need in order to define the standard library functions I use?
What is operator precedence?
Explain what are its uses in c programming?
What tq means in chat?
What is void c?
Explain 'bus error'?
What are header files in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What are enumerated types?
How do I round numbers?
Can we use visual studio for c?
What is graph in c?
What is c language & why it is used?
Why is main function so important?
What is this pointer in c plus plus?