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
Explain how can I read and write comma-delimited text?
Define recursion in c.
What is wrong with this declaration?
Stimulate calculator using Switch-case-default statement for two numbers
What is the difference between null pointer and wild pointer?
What is the auto keyword good for?
Explain what is wrong in this statement?
What are the benefits of organizational structure?
How arrays can be passed to a user defined function
What do mean by network ?
Explain output of printf("Hello World"-'A'+'B'); ?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is identifiers in c with examples?
Write a program to reverse a string.
How do you define a string?