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 / jack
It will not compile. You cant do int *p = 20;
| Is This Answer Correct ? | 12 Yes | 18 No |
Post New Answer View All Answers
What are different types of variables in c?
What is signed and unsigned?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
praagnovation
Why static is used in c?
What is use of #include in c?
Compare array data type to pointer data type
Should a function contain a return statement if it does not return a value?
Which is best linux os?
Stimulate calculator using Switch-case-default statement for two numbers
What is the right type to use for boolean values in c?
Write a program to implement queue.
Explain do array subscripts always start with zero?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
what is stack , heap ,code segment,and data segment