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
What is the basic structure of c?
hi any body pls give me company name interview conduct "c" language only
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
List the different types of c tokens?
How to implement a packet in C
what are the facialities provided by you after the selection of the student.
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
How can I manipulate strings of multibyte characters?
How can I handle floating-point exceptions gracefully?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Why main is used in c?
What is a function simple definition?
Why is python slower than c?
What is the most efficient way to count the number of bits which are set in an integer?