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
Is void a keyword in c?
Explain how do you determine whether to use a stream function or a low-level function?
Sir i need notes for structure,functions,pointers in c language can you help me please
Explain what does a function declared as pascal do differently?
What was noalias and what ever happened to it?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Can include files be nested?
What is #include stdlib h?
What does %d do in c?
In c programming language, how many parameters can be passed to a function ?
What are external variables in c?
What is difference between structure and union in c programming?
How can I call a function with an argument list built up at run time?
What are control structures? What are the different types?
Explain why C language is procedural?